Skip to content

Commit

Permalink
workflows/deploy-raspberrypi: use ansible devShell everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
NyCodeGHG committed Feb 2, 2025
1 parent 29fba50 commit 8dafbb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .forgejo/workflows/deploy-raspberrypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8dafbb9

Please sign in to comment.