inventory and playbook breakout
This commit is contained in:
8
update-apt.yaml
Normal file
8
update-apt.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
- hosts: all
|
||||
tasks:
|
||||
- name: update system
|
||||
ansible.builtin.apt:
|
||||
update_cache: yes
|
||||
autoclean: yes
|
||||
autoremove: yes
|
||||
upgrade: yes
|
||||
Reference in New Issue
Block a user