Skip to content

Commit 0150121

Browse files
HVSharma12richm
authored andcommitted
ci: Fix implicit octal value in main.yml
1 parent 099bec4 commit 0150121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
file:
1919
path: "{{ getent_passwd[ssh_user][4] }}/.ssh/"
2020
state: directory
21-
mode: 0700
21+
mode: "0700"
2222
owner: "{{ ssh_user }}"
2323
group: "{{ ssh_user }}"
2424
when:

0 commit comments

Comments
 (0)