forked from infra/ansible
copr-be: fix private key permissions
This commit is contained in:
parent
cea0a27b73
commit
fa12d43951
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@
|
|||
dest: /home/copr/.ssh/id_rsa
|
||||
owner: copr
|
||||
group: copr
|
||||
mode: 600
|
||||
mode: "0600"
|
||||
|
||||
- name: Setup copr user ssh config file
|
||||
ansible.builtin.template:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue