Add k3s, 1Password Connect, and systemd nix-container-builder to ringtail #209
1 changed files with 2 additions and 2 deletions
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>
commit
753fe90b49
|
|
@ -99,7 +99,7 @@
|
||||||
--namespace=1password \
|
--namespace=1password \
|
||||||
--from-literal=1password-credentials.json='{{ _op_credentials.stdout }}' \
|
--from-literal=1password-credentials.json='{{ _op_credentials.stdout }}' \
|
||||||
--dry-run=client -o yaml | k3s kubectl apply -f -
|
--dry-run=client -o yaml | k3s kubectl apply -f -
|
||||||
executable: /bin/bash
|
executable: /run/current-system/sw/bin/bash
|
||||||
changed_when: true
|
changed_when: true
|
||||||
no_log: true
|
no_log: true
|
||||||
|
|
||||||
|
|
@ -111,6 +111,6 @@
|
||||||
--namespace=1password \
|
--namespace=1password \
|
||||||
--from-literal=token={{ _op_token.stdout }} \
|
--from-literal=token={{ _op_token.stdout }} \
|
||||||
--dry-run=client -o yaml | k3s kubectl apply -f -
|
--dry-run=client -o yaml | k3s kubectl apply -f -
|
||||||
executable: /bin/bash
|
executable: /run/current-system/sw/bin/bash
|
||||||
changed_when: true
|
changed_when: true
|
||||||
no_log: true
|
no_log: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue