diff options
Diffstat (limited to 'roles/common/handlers')
-rw-r--r-- | roles/common/handlers/main.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/common/handlers/main.yml b/roles/common/handlers/main.yml index 36f744e..dc6c457 100644 --- a/roles/common/handlers/main.yml +++ b/roles/common/handlers/main.yml @@ -11,6 +11,9 @@ - name: apt-get update apt: update_cache=yes +- name: Restart unbound + service: name=unbound state=restarted + - name: Update rkhunter's data file command: /usr/bin/rkhunter --propupd |