diff options
Diffstat (limited to 'roles/sliver-c2/tasks/apt_install.yaml')
-rw-r--r-- | roles/sliver-c2/tasks/apt_install.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/sliver-c2/tasks/apt_install.yaml b/roles/sliver-c2/tasks/apt_install.yaml index 4004daf..8910e04 100644 --- a/roles/sliver-c2/tasks/apt_install.yaml +++ b/roles/sliver-c2/tasks/apt_install.yaml @@ -2,4 +2,4 @@ apt: name: "{{ apt_packages }}" state: present - update_cache: yes
\ No newline at end of file + update_cache: true
\ No newline at end of file |