Don't log the public loop on master-nameserver
The dict is the same as for the private loop, and while we're not writing the private date, we are iterating over it which causes it to be printed to the log. Change-Id: I42069f15e59a8615b41082dce1440ae7c51b8260
This commit is contained in:
parent
513da85123
commit
1ba4559fd8
@ -56,6 +56,7 @@
|
||||
mode: 0750
|
||||
- name: Install dnssec public keys
|
||||
loop: "{{ dnssec_keys | dict2items }}"
|
||||
no_log: true
|
||||
copy:
|
||||
dest: "/etc/bind/keys/{{ item.value.zone }}/K{{ item.value.zone }}.+008+{{ item.key }}.key"
|
||||
content: "{{ item.value.public }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user