Skip to content

Commit 48a7c4f

Browse files
authored
Make File Permissions Mode a String (#4004)
1 parent 2ce9450 commit 48a7c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansiblelint/rules/risky_file_permissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Modules that are checked:
5050
- name: Safe example of using ini_file (2nd solution)
5151
community.general.ini_file:
5252
path: foo
53-
mode: 0600 # explicitly sets the desired permissions, to make the results predictable
53+
mode: "0600" # explicitly sets the desired permissions, to make the results predictable
5454

5555
- name: Safe example of using copy (3rd solution)
5656
ansible.builtin.copy:

0 commit comments

Comments
 (0)