Fix bash path for NixOS in ringtail playbook
NixOS doesn't have /bin/bash. Use /run/current-system/sw/bin/bash which is the stable PATH-resolved location on NixOS. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
c2ce60c8c9
commit
753fe90b49
1 changed files with 2 additions and 2 deletions
|
|
@ -99,7 +99,7 @@
|
|||
--namespace=1password \
|
||||
--from-literal=1password-credentials.json='{{ _op_credentials.stdout }}' \
|
||||
--dry-run=client -o yaml | k3s kubectl apply -f -
|
||||
executable: /bin/bash
|
||||
executable: /run/current-system/sw/bin/bash
|
||||
changed_when: true
|
||||
no_log: true
|
||||
|
||||
|
|
@ -111,6 +111,6 @@
|
|||
--namespace=1password \
|
||||
--from-literal=token={{ _op_token.stdout }} \
|
||||
--dry-run=client -o yaml | k3s kubectl apply -f -
|
||||
executable: /bin/bash
|
||||
executable: /run/current-system/sw/bin/bash
|
||||
changed_when: true
|
||||
no_log: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue