diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index bfa3ac7..1670ab2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,13 +11,7 @@ jobs: build: name: Build runs-on: ubuntu-latest - steps: - - name: Install Ansible - shell: bash - run: | - sudo apt update - sudo apt install -y ansible - name: Checkout uses: actions/checkout@v4 @@ -41,6 +35,12 @@ jobs: needs: build steps: + - name: Install Ansible + shell: bash + run: | + sudo apt update + sudo apt install -y ansible + - name: Load deploy key uses: webfactory/ssh-agent@v0.9.0 with: