ansible_playbooks/debian_update.yml

5 lines
146 B
YAML

- hosts: all
become: true
tasks:
- name: Update apt-get repo and cache
apt: update_cache=yes force_apt_get=yes cache_valid_time=3600