File added
This commit is contained in:
@@ -1,10 +1,12 @@
|
|||||||
---
|
---
|
||||||
- hosts: all
|
|
||||||
|
|
||||||
|
- hosts: all
|
||||||
|
vars:
|
||||||
|
ansible_host_key_checking: false ##If you get an error about hosts not trusted
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: APT Package Updater
|
- name: Update and upgrade apt packages
|
||||||
apt:
|
apt:
|
||||||
upgrade: yes
|
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
|
upgrade: yes
|
||||||
|
Reference in New Issue
Block a user