summaryrefslogtreecommitdiffstats
path: root/roles/common/handlers
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2015-12-28 14:40:05 +0100
committerGuilhem Moulin <guilhem@fripost.org>2015-12-28 14:40:28 +0100
commitfd412b529a59e1f3981eb18d54b7472e1cca2a20 (patch)
tree7459181e2d252b384464cbcaa783f468eb5bd6f4 /roles/common/handlers
parentf827376dd778e4b96f1c8a9b3db12faa516ebed5 (diff)
Only install letsencrypt-tiny to the relevant hosts.
Diffstat (limited to 'roles/common/handlers')
-rw-r--r--roles/common/handlers/main.yml3
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