Add LinuxPackageUpdater.yml
This commit is contained in:
@@ -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