Replies: 2 comments
-
As far as I can see this is a bug. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is an earlier report of #3888, which seems to be a more complete description of the problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Issue Type
Ansible and Ansible Lint details
Desired Behavior
ansible-lint should not modify files when either
write_list: ["none"]
is present in.ansible-lint
or--write=none
is passed in the command line.Actual Behavior (Bug report only)
The file is modified with all sorts of fixes it is able to perform.
PS: I already had
write_list: ["none"]
in my .ansible-lint file when I first noticed the issue, so I tried passing--write=none
in the command line but that result is the same. Also regardless of the file type (playbook/vars/meta/etc).Here's my
.ansible-lint
file to help debug.Beta Was this translation helpful? Give feedback.
All reactions