ansible-infra/playbooks/common.yml

13 lines
157 B
YAML

---
- hosts: all
become: yes
pre_tasks:
- name: Update apt cache
apt:
update_cache: yes
cache_valid_time: 3600
roles:
- common