Skip to content
Snippets Groups Projects
Commit a02d235d authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-playbooks/general#85 Linting [skip-ci]

parent 8347b105
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
- name: Keys | Set permission for authorized key file - name: Keys | Set permission for authorized key file
file: file:
path: /home/{{ username }}/.ssh/auth_keys_fresh path: /home/{{ username }}/.ssh/auth_keys_fresh
mode: 600 mode: 0600
- name: Keys | Make sure the authorized_keys file exists - name: Keys | Make sure the authorized_keys file exists
file: file:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment