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