Skip to content

Commit

Permalink
ci: Fix implicit octal value in main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HVSharma12 authored and richm committed Oct 26, 2023
1 parent 099bec4 commit 0150121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
file:
path: "{{ getent_passwd[ssh_user][4] }}/.ssh/"
state: directory
mode: 0700
mode: "0700"
owner: "{{ ssh_user }}"
group: "{{ ssh_user }}"
when:
Expand Down

0 comments on commit 0150121

Please sign in to comment.