Edit Files
This commit is contained in:
@@ -1,9 +1,8 @@
|
|||||||
- hosts: all
|
- hosts: all
|
||||||
sudo: yes
|
|
||||||
vars:
|
vars:
|
||||||
ansible_host_key_checking: false ##If you get an error about hosts not trusted
|
ansible_host_key_checking: false ##If you get an error about hosts not trusted
|
||||||
become: true
|
|
||||||
become_user: root
|
become_user: root
|
||||||
|
become: true
|
||||||
tasks:
|
tasks:
|
||||||
- name: Update apt repo and cache on all Debian/Ubuntu boxes
|
- name: Update apt repo and cache on all Debian/Ubuntu boxes
|
||||||
apt: update_cache=yes force_apt_get=yes cache_valid_time=3600
|
apt: update_cache=yes force_apt_get=yes cache_valid_time=3600
|
||||||
|
Reference in New Issue
Block a user