summaryrefslogtreecommitdiffstats
path: root/ansible/roles/certificates/handlers/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/roles/certificates/handlers/main.yml')
-rw-r--r--ansible/roles/certificates/handlers/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/roles/certificates/handlers/main.yml b/ansible/roles/certificates/handlers/main.yml
index b2b81223..579b5228 100644
--- a/ansible/roles/certificates/handlers/main.yml
+++ b/ansible/roles/certificates/handlers/main.yml
@@ -1,5 +1,5 @@
---
- name: Extract root certificate
command: /usr/bin/update-ca-trust extract
- changed_when: true # this handler is executed just when there is a new cert
+ changed_when: true # this handler is executed just when there is a new cert
notify: Restart Docker