aboutsummaryrefslogtreecommitdiff
path: root/roles/apache/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/apache/tasks/main.yml')
-rw-r--r--roles/apache/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/apache/tasks/main.yml b/roles/apache/tasks/main.yml
index e60ed65..17a0909 100644
--- a/roles/apache/tasks/main.yml
+++ b/roles/apache/tasks/main.yml
@@ -41,7 +41,7 @@
- name: Check for changed cert
command: /bin/true
when:
- - cert_changed
+ - '{{ cert_changed | default(False) }}'
notify:
- Restart apache