wip-cache #2

Merged
realaravinth merged 6 commits from wip-cache into master 2023-12-09 02:58:16 +05:30
4 changed files with 4 additions and 0 deletions
Showing only changes of commit 908f96b51a - Show all commits

View file

@ -17,6 +17,7 @@
become: true become: true
ansible.builtin.apt: ansible.builtin.apt:
update_cache: true update_cache: true
cache_valid_time: 3600
pkg: pkg:
- git - git
- wget - wget

View file

@ -7,5 +7,6 @@
become: true become: true
ansible.builtin.apt: ansible.builtin.apt:
update_cache: true update_cache: true
cache_valid_time: 3600
pkg: pkg:
- docker-compose - docker-compose

View file

@ -7,6 +7,7 @@
become: true become: true
ansible.builtin.apt: ansible.builtin.apt:
update_cache: true update_cache: true
cache_valid_time: 3600
pkg: pkg:
- ntp - ntp

View file

@ -7,6 +7,7 @@
become: true become: true
ansible.builtin.apt: ansible.builtin.apt:
update_cache: true update_cache: true
cache_valid_time: 3600
pkg: pkg:
- ufw - ufw