playbook: system-upgrade.yml
This commit is contained in:
9
system-upgrade.yml
Normal file
9
system-upgrade.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
|
||||
- hosts: default
|
||||
become: true
|
||||
|
||||
tasks:
|
||||
- name: update respository index
|
||||
apt:
|
||||
update_cache: yes
|
||||
Reference in New Issue
Block a user