We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ce9450 commit 48a7c4fCopy full SHA for 48a7c4f
src/ansiblelint/rules/risky_file_permissions.md
@@ -50,7 +50,7 @@ Modules that are checked:
50
- name: Safe example of using ini_file (2nd solution)
51
community.general.ini_file:
52
path: foo
53
- mode: 0600 # explicitly sets the desired permissions, to make the results predictable
+ mode: "0600" # explicitly sets the desired permissions, to make the results predictable
54
55
- name: Safe example of using copy (3rd solution)
56
ansible.builtin.copy:
0 commit comments