Skip to content
Snippets Groups Projects
Commit 90edff09 authored by Sven Marcus's avatar Sven Marcus
Browse files

Permissions of .ssh folder

parent dd5667dd
No related branches found
No related tags found
No related merge requests found
......@@ -74,6 +74,9 @@ deploy_to_phoenix:
- pip3 install ansible
script:
- ls -l /root/.ssh
- chmod 700 /root/.ssh
- ls -l /root/.ssh
- ansible-playbook -i ansible/hosts.cfg ansible/playbook.yml
create_release:
......
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