From 37cee5f499a3d8159dfcc3fd544a07819910c0ad Mon Sep 17 00:00:00 2001 From: Silvija Tovernic Date: Fri, 20 Sep 2024 20:00:20 +0200 Subject: [PATCH] test --- .github/workflows/ansible-configure-if-vm.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ansible-configure-if-vm.yml b/.github/workflows/ansible-configure-if-vm.yml index 6b687cce..1706788a 100644 --- a/.github/workflows/ansible-configure-if-vm.yml +++ b/.github/workflows/ansible-configure-if-vm.yml @@ -40,6 +40,7 @@ jobs: - name: Configure VM with ansible run: | + cd ansible chmod 600 ansible_ssh_key mkidr /home/runner/.ssh/ eval "$(ssh-agent -s)"