ansible-infra/playbooks/common.yml

13 lines
157 B
YAML
Raw Normal View History

2020-04-13 14:46:45 +02:00
---
- hosts: all
become: yes
pre_tasks:
- name: Update apt cache
apt:
update_cache: yes
cache_valid_time: 3600
roles:
- common