Skip to content

Commit 2fa9435

Browse files
committed
fix: bring dep into path
1 parent 4b17691 commit 2fa9435

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ansible-nix/tasks/stage2/playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
- name: Run osquery permission checks
7272
become: yes
7373
shell: |
74-
sudo -u ubuntu bash -c "python3 /tmp/ansible-playbook/files/permission_check.py"
74+
sudo -u ubuntu bash -c ". /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh && /usr/bin/python3 /tmp/ansible-playbook/files/permission_check.py"
7575
7676
- name: Remove osquery
7777
become: yes

common-nix.vars.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "15.6.1.49-nix-staged"
1+
postgres-version = "15.6.1.50-nix-staged"

0 commit comments

Comments
 (0)