diff options
Diffstat (limited to 'sliver-c2/tasks/apt_packages.yaml')
-rw-r--r-- | sliver-c2/tasks/apt_packages.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sliver-c2/tasks/apt_packages.yaml b/sliver-c2/tasks/apt_packages.yaml new file mode 100644 index 0000000..3f600c2 --- /dev/null +++ b/sliver-c2/tasks/apt_packages.yaml @@ -0,0 +1,5 @@ +- name: install apt packages + apt: + name: "{{ apt_packages }}" + state: present + update_cache: true |