From ff40b74a5a438022766687d49bf8aa7aece4077d Mon Sep 17 00:00:00 2001 From: Branislav Kojic Date: Thu, 7 Mar 2024 07:42:07 +0100 Subject: [PATCH] Fixed Restore data Ansible command --- .github/workflows/deploy-network.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-network.yml b/.github/workflows/deploy-network.yml index 48918f179a..462ef0e691 100644 --- a/.github/workflows/deploy-network.yml +++ b/.github/workflows/deploy-network.yml @@ -198,7 +198,7 @@ jobs: - name: Run Ansible (Restore data) if: contains(steps.previous_data.outputs.previous_data_output, 'download') working-directory: ansible - run: ansible-playbook site.yml --extra-vars "clean_deploy_title=${{ inputs.environment }} s3_bucket=${{ secrets.AWS_S3_BLADE_BUCKET }} restore_data=true" + run: ansible-playbook site.yml --extra-vars "clean_deploy_title=${{ inputs.environment }} blade_repository=${{ github.repository }} s3_bucket=${{ secrets.AWS_S3_BLADE_BUCKET }} restore_data=true" - name: Ansible Failed if: failure() id: ansible_failure