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
|
||||
|
||||
tasks:
|
||||
- name: APT Package Updater
|
||||
- name: Update and upgrade apt packages
|
||||
apt:
|
||||
upgrade: yes
|
||||
update_cache: yes
|
||||
upgrade: yes
|
||||
|
Reference in New Issue
Block a user