From 8dafbb9d3a74a717ac01b56b0e55b28118ae5b09 Mon Sep 17 00:00:00 2001 From: Marie Ramlow Date: Sun, 2 Feb 2025 16:54:22 +0100 Subject: [PATCH] workflows/deploy-raspberrypi: use ansible devShell everywhere --- .forgejo/workflows/deploy-raspberrypi.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/deploy-raspberrypi.yaml b/.forgejo/workflows/deploy-raspberrypi.yaml index 1e29d658..3fad6ac6 100644 --- a/.forgejo/workflows/deploy-raspberrypi.yaml +++ b/.forgejo/workflows/deploy-raspberrypi.yaml @@ -22,10 +22,10 @@ jobs: version: latest - name: Build Nix Shell - run: nix build .#devShells.x86_64-linux.default + run: nix build .#devShells.x86_64-linux.ansible - name: Install Ansible Galaxy Dependencies - run: nix develop --command ansible-galaxy install -r ansible/requirements.yml + run: nix develop .#ansible --command ansible-galaxy install -r ansible/requirements.yml - name: Write Ansible Vault Password to file run: echo '${{ secrets.ANSIBLE_VAULT_PASSWORD }}' > $HOME/vault-password