aboutsummaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
Diffstat (limited to 'roles')
-rw-r--r--roles/dns/tasks/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/dns/tasks/main.yml b/roles/dns/tasks/main.yml
index f414e59..fe2a53a 100644
--- a/roles/dns/tasks/main.yml
+++ b/roles/dns/tasks/main.yml
@@ -29,7 +29,7 @@
- name: unbound - generate self-signed key/cert for control
command: unbound-control-setup
- when: stat_result.stat.exists == False
+ when: not stat_result.stat.exists
- name: unbound - copy configuration
copy:
@@ -61,7 +61,7 @@
- name: NSD - generate self-signed key/cert for control
command: nsd-control-setup
- when: stat_result.stat.exists == False
+ when: not stat_result.stat.exists
- name: NSD - create zones directory
file: