You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the latest release where we replaced --write with --fix the transform is not invoked, if I run the following command: ansible-lint examples/playbooks/transform-no-handler.yml --fix
Always need to pass argument to the --fix like all or <rule name>
After the latest release where we replaced
--write
with--fix
the transform is not invoked, if I run the following command:ansible-lint examples/playbooks/transform-no-handler.yml --fix
Always need to pass argument to the
--fix
likeall
or<rule name>
I think it is coming from this change: https://github.com/ansible/ansible-lint/pull/3751/files#diff-7dc48b0a7a98961bd73a823b91640268a2a62efc005a2f5bda43cdb834dbed87R281
The text was updated successfully, but these errors were encountered: