File tree Expand file tree Collapse file tree 2 files changed +2
-15
lines changed Expand file tree Collapse file tree 2 files changed +2
-15
lines changed Original file line number Diff line number Diff line change 68
68
shell : |
69
69
sudo -u ubuntu bash -c ". /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh && nix profile install nixpkgs#osquery"
70
70
71
- - name : Install osquery permission check script
72
- become : yes
73
- copy :
74
- src : /tmp/ansible-playbook/files/permission_check.py
75
- dest : /home/ubuntu/permission_check.py
76
- mode : " 0755"
77
-
78
71
- name : Run osquery permission checks
79
72
become : yes
80
73
shell : |
81
- sudo -u ubuntu bash -c "python3 /home/ubuntu/permission_check.py"
82
-
83
- - name : Remove osquery permission check script
84
- become : yes
85
- file :
86
- path : /home/ubuntu/permission_check.py
87
- state : absent
74
+ sudo -u ubuntu bash -c "python3 /tmp/ansible-playbook/files/permission_check.py"
88
75
89
76
- name : Remove osquery
90
77
become : yes
Original file line number Diff line number Diff line change 1
- postgres-version = " 15.6.1.48 -nix-staged"
1
+ postgres-version = " 15.6.1.49 -nix-staged"
You can’t perform that action at this time.
0 commit comments