diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cbb7c36..2fb6e37 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,7 +16,7 @@ jobs: - name: Clone homelab git repository run: git clone https://git.cuqmbr.xyz/cuqmbr/homelab.git --depth 1 --branch main --single-branch - name: Install ansible - run: apt-get update && apt-get install ansible-core + run: apt-get update && apt-get install ansible-core -y - name: Create ssh key file run: echo -n ${{secrets.ANSIBLE_SSH_KEY}} > key - name: Run ansible playbook