ansible-role-bind icon indicating copy to clipboard operation
ansible-role-bind copied to clipboard

add dnssec-keygen

Open mikysal78 opened this issue 4 years ago • 1 comments

From issue #78 Add 'dnssec-keygen' for domains. Add with conditionals True or False for keygen

mikysal78 avatar Nov 23 '20 21:11 mikysal78

These changes cause ansible-lint warnings. Can you look into this?

You make use of the shell: module, which can break idempotency of this role. Could you look into this? Often, this can be fixed by adding changed_when: false to the task (provided it does not result in a state change), or creates: so the task doesn't run twice.

bertvv avatar Sep 17 '21 10:09 bertvv