We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b17691 commit 2fa9435Copy full SHA for 2fa9435
ansible-nix/tasks/stage2/playbook.yml
@@ -71,7 +71,7 @@
71
- name: Run osquery permission checks
72
become: yes
73
shell: |
74
- sudo -u ubuntu bash -c "python3 /tmp/ansible-playbook/files/permission_check.py"
+ 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"
75
76
- name: Remove osquery
77
common-nix.vars.pkr.hcl
@@ -1 +1 @@
1
-postgres-version = "15.6.1.49-nix-staged"
+postgres-version = "15.6.1.50-nix-staged"
0 commit comments