Open dirtyhillbilly opened 1 year ago
The ansible.builtin.shell: "tsig-keygen -a [...] part return 0 on success.
ansible.builtin.shell: "tsig-keygen -a [...]
AFAICS, that can't work with the condition changed_when: ddns_key.rc != 0
changed_when: ddns_key.rc != 0
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