We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6d1b54 commit 8e71dbbCopy full SHA for 8e71dbb
playbooks/roles/dnsmasq/tasks/main.yaml
@@ -19,7 +19,7 @@
19
20
- name: ensure /etc/dnsmasq.servers
21
template: src=dnsmasq.servers.conf.j2 dest=/etc/dnsmasq.servers
22
- when: result|success
+ when: result|success and bootstrapping|bool
23
24
25
file: path="{{ dnsmasq_servers_path }}" state=touch
0 commit comments