aboutsummaryrefslogtreecommitdiff
path: root/roles/attackbox/tasks
diff options
context:
space:
mode:
authorheqnx <root@heqnx.com>2025-05-29 19:59:55 +0300
committerheqnx <root@heqnx.com>2025-05-29 19:59:55 +0300
commit05d7102d6afa2d255926a3f4169176dd406c9cd3 (patch)
treeb04c4f7ded1e136aa3e04e94e57fe7a8c0df659c /roles/attackbox/tasks
parentb8f1d76bd38d03e68fbc51f8e7340a9963a4104d (diff)
downloadansible-playbooks-main.tar.gz
ansible-playbooks-main.zip
standardized bools, added cache_valid_time: 86400HEADmain
Diffstat (limited to 'roles/attackbox/tasks')
-rw-r--r--roles/attackbox/tasks/apt_packages.yaml3
-rw-r--r--roles/attackbox/tasks/chrome_install.yaml1
2 files changed, 3 insertions, 1 deletions
diff --git a/roles/attackbox/tasks/apt_packages.yaml b/roles/attackbox/tasks/apt_packages.yaml
index 8910e04..3e118bc 100644
--- a/roles/attackbox/tasks/apt_packages.yaml
+++ b/roles/attackbox/tasks/apt_packages.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
diff --git a/roles/attackbox/tasks/chrome_install.yaml b/roles/attackbox/tasks/chrome_install.yaml
index a237b81..1bf272f 100644
--- a/roles/attackbox/tasks/chrome_install.yaml
+++ b/roles/attackbox/tasks/chrome_install.yaml
@@ -16,6 +16,7 @@
- name: update apt cache
apt:
update_cache: true
+ cache_valid_time: 86400
- name: install google chrome
apt: