nitial import
This commit is contained in:
8
update.yml
Normal file
8
update.yml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
- hosts: all
|
||||||
|
become: true
|
||||||
|
tasks:
|
||||||
|
- name: Update Ubuntu
|
||||||
|
apt:
|
||||||
|
upgrade: true
|
||||||
|
update_cache: true
|
||||||
Reference in New Issue
Block a user