Edit Files

This commit is contained in:
Joachim Hummel
2023-10-25 15:55:13 +00:00
parent 56d3a7c06f
commit ae96558792

View File

@@ -1,9 +1,8 @@
- hosts: all
sudo: yes
vars:
ansible_host_key_checking: false ##If you get an error about hosts not trusted
become: true
become_user: root
become: true
tasks:
- name: Update apt repo and cache on all Debian/Ubuntu boxes
apt: update_cache=yes force_apt_get=yes cache_valid_time=3600