Skip to content

Commit b4c8df2

Browse files
author
P4T12ICK
committed
small improvement
1 parent 94a8f4a commit b4c8df2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tasks/install_osquery_linux.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
- name: Install required system packages
44
become: true
55
apt:
6-
name: software-properties-common
6+
name:
7+
- software-properties-common
8+
- curl
79
state: present
810
update_cache: true
911

0 commit comments

Comments
 (0)