We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 393ca37 commit e0708b6Copy full SHA for e0708b6
ansible/playbook.yml
@@ -213,7 +213,9 @@
213
- name: Run osquery permission checks
214
become: yes
215
shell: |
216
+ systemctl start postgresql.service
217
sudo -u ubuntu bash -c ". /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh && /usr/bin/python3 /tmp/ansible-playbook/ansible/files/permission_check.py {{ '--qemu' if qemu_mode is defined else '' }}"
218
+ systemctl stop postgresql.service
219
when: stage2_nix
220
221
- name: Remove osquery
0 commit comments