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:
Monty Taylor 2020-04-08 16:38:15 -05:00
parent 513da85123
commit 1ba4559fd8
1 changed files with 1 additions and 0 deletions

View File

@ -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 }}"