diff options
Diffstat (limited to 'roles/sliver-c2/tasks/apt_install.yaml')
-rw-r--r-- | roles/sliver-c2/tasks/apt_install.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/sliver-c2/tasks/apt_install.yaml b/roles/sliver-c2/tasks/apt_install.yaml new file mode 100644 index 0000000..4004daf --- /dev/null +++ b/roles/sliver-c2/tasks/apt_install.yaml @@ -0,0 +1,5 @@ +- name: install apt packages + apt: + name: "{{ apt_packages }}" + state: present + update_cache: yes
\ No newline at end of file |