diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-12-28 14:40:05 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-12-28 14:40:28 +0100 |
commit | fd412b529a59e1f3981eb18d54b7472e1cca2a20 (patch) | |
tree | 7459181e2d252b384464cbcaa783f468eb5bd6f4 /roles/common/handlers | |
parent | f827376dd778e4b96f1c8a9b3db12faa516ebed5 (diff) |
Only install letsencrypt-tiny to the relevant hosts.
Diffstat (limited to 'roles/common/handlers')
-rw-r--r-- | roles/common/handlers/main.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/roles/common/handlers/main.yml b/roles/common/handlers/main.yml index a852c4d..47e3db8 100644 --- a/roles/common/handlers/main.yml +++ b/roles/common/handlers/main.yml @@ -44,9 +44,6 @@ - name: Restart bacula-fd service: name=bacula-fd state=restarted -- name: Update certificate - command: update-ca-certificates - - name: Restart munin-node service: name=munin-node state=restarted |