ops/playbooks/apt/update.yml

8 lines
194 B
YAML
Raw Normal View History

2021-12-30 14:43:02 +03:30
---
- hosts: all
become: true
become_user: root
tasks:
- name: Update apt repo and cache on all Debian/Ubuntu boxes
apt: update_cache=yes force_apt_get=yes cache_valid_time=3600