ansible/roles/common/tasks/Debian.yaml

7 lines
216 B
YAML
Raw Normal View History

2019-10-27 23:31:43 +00:00
---
- name: run apt-get update
2022-09-01 22:12:52 +00:00
ansible.builtin.apt:
update_cache: "{{ common_apt_update_cache | default(true) }}"
cache_valid_time: "{{ common_apt_cache_valid_time | default(3600) }}"
changed_when: false