We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94a8f4a commit b4c8df2Copy full SHA for b4c8df2
tasks/install_osquery_linux.yml
@@ -3,7 +3,9 @@
3
- name: Install required system packages
4
become: true
5
apt:
6
- name: software-properties-common
+ name:
7
+ - software-properties-common
8
+ - curl
9
state: present
10
update_cache: true
11
0 commit comments