Closed jchristgit closed 2 months ago
Applied in main - thanks.
Would it not make sense to use
changed_when: true
here?
Ansible reports that by default for command
invocations, doesn't it?
Potentially, I'm just going by the advised remediations in the ansible-lint docs so we wouldn't have to noqa, changed_when: true
is what we do elsewhere.
https://ansible.readthedocs.io/projects/lint/rules/no-changed-when/
Closes #474.