From 55fa3e8cad3994657b1c3f2f3f143793a12167bf Mon Sep 17 00:00:00 2001 From: Silvija Tovernic Date: Fri, 20 Sep 2024 19:11:06 +0200 Subject: [PATCH] test --- .github/workflows/ansible-configure-if-vm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ansible-configure-if-vm.yml b/.github/workflows/ansible-configure-if-vm.yml index a66791cf..7da63139 100644 --- a/.github/workflows/ansible-configure-if-vm.yml +++ b/.github/workflows/ansible-configure-if-vm.yml @@ -40,7 +40,7 @@ jobs: - run: | chmod 600 ansible/ansible_ssh_key - ssh -i ansible/ansible_ssh_key azureadmin@13.81.1.208 'echo test' + ssh -o StrictHostKeyChecking=no -i ansible/ansible_ssh_key azureadmin@13.81.1.208 'echo test' # - name: Template Ansible vars file # uses: cuchi/jinja2-action@v1.2.2