Fix Forbidden implicit octal value from playbooks
This commit is contained in:
parent
644fcbe638
commit
317622a01d
11 changed files with 23 additions and 23 deletions
|
@ -75,7 +75,7 @@
|
|||
echo '{{ root_pubkey }}' > /root/.ssh/authorized_keys
|
||||
%end
|
||||
dest: "{{ tmpdir.path }}/include.ks"
|
||||
mode: 0600
|
||||
mode: "0600"
|
||||
owner: root
|
||||
group: "{{ ansible_wheel }}"
|
||||
delegate_to: "{{ vmhost }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue