1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_packages.git synced 2024-08-16 10:19:51 +02:00

update debian cache

This commit is contained in:
L3D 2020-11-29 14:22:03 +01:00
parent dcd338825b
commit ca00bca0f1
Signed by: l3d
GPG key ID: CD08445BFF4313D1

View file

@ -1,4 +1,13 @@
--- ---
- name: update repo-cache for Debian/Ubuntu
become: true
apt:
update_cache: yes
cache_valid_time: 3600
when:
ansible_os_family == 'Debian'
- name: Install requirements to add packages - name: Install requirements to add packages
become: true become: true
apt: apt: