8 lines
194 B
YAML
8 lines
194 B
YAML
|
|
---
|
||
|
|
- 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
|