From 90edff0951a6c3eba4cc3eee8c3031cb151718dc Mon Sep 17 00:00:00 2001
From: Sven Marcus <s.marcus@outlook.de>
Date: Thu, 22 Oct 2020 14:56:38 +0000
Subject: [PATCH] Permissions of .ssh folder

---
 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6a67268f3..29eb464c8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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:
-- 
GitLab