diff options
author | heqnx <root@heqnx.com> | 2025-05-29 19:59:55 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-05-29 19:59:55 +0300 |
commit | 05d7102d6afa2d255926a3f4169176dd406c9cd3 (patch) | |
tree | b04c4f7ded1e136aa3e04e94e57fe7a8c0df659c /roles/sliver-c2/tasks | |
parent | b8f1d76bd38d03e68fbc51f8e7340a9963a4104d (diff) | |
download | ansible-playbooks-main.tar.gz ansible-playbooks-main.zip |
Diffstat (limited to 'roles/sliver-c2/tasks')
-rw-r--r-- | roles/sliver-c2/tasks/apt_install.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/sliver-c2/tasks/apt_install.yaml b/roles/sliver-c2/tasks/apt_install.yaml index 8910e04..3e118bc 100644 --- a/roles/sliver-c2/tasks/apt_install.yaml +++ b/roles/sliver-c2/tasks/apt_install.yaml @@ -2,4 +2,5 @@ apt: name: "{{ apt_packages }}" state: present - update_cache: true
\ No newline at end of file + update_cache: true + cache_valid_time: 86400 |