aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--roles/dns/tasks/main.yml4
2 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 68fe279..f3b2ca8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
*~
*.swp
+*.pyc
*.bak
*.old
*.retry
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: