Skip to content

Commit

Permalink
Merge pull request #913 from ajpc500/osquery_install_fix
Browse files Browse the repository at this point in the history
add dependencies for osquery install script
  • Loading branch information
P4T12ICK committed Aug 12, 2024
2 parents 72ed61d + 0150961 commit d3a77f0
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
---
# This playbook install the isquery in linux machine
# This playbook installs osquery on a linux machine
- name: Install required system packages
become: true
apt:
name: software-properties-common
state: present
update_cache: true

- name: drop the osquery_install.sh script /tmp
become: true
Expand Down

0 comments on commit d3a77f0

Please sign in to comment.