systemli / ansible-role-bind9

Ansible role to install and maintain the Bind9 nameserver on Debian
GNU General Public License v3.0
24 stars 26 forks source link

[bug] "Generate DDNS key" doesn't create key #74

Open dirtyhillbilly opened 1 year ago

dirtyhillbilly commented 1 year ago

The ansible.builtin.shell: "tsig-keygen -a [...] part return 0 on success.

AFAICS, that can't work with the condition changed_when: ddns_key.rc != 0