File added
This commit is contained in:
10
apt2-update.yml
Normal file
10
apt2-update.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
- hosts: all
|
||||
|
||||
become: true
|
||||
|
||||
tasks:
|
||||
- name: APT Package Updater
|
||||
apt:
|
||||
upgrade: yes
|
||||
update_cache: yes
|
Reference in New Issue
Block a user