v.1.3.2 newt-pangolin
This commit is contained in:
9
local-upgrade.yaml
Normal file
9
local-upgrade.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
- hosts: 127.0.0.1
|
||||
# connection: local
|
||||
gather_facts: yes
|
||||
|
||||
tasks:
|
||||
- name: update respository index
|
||||
ansible.builtin.apt:
|
||||
update_cache: yes
|
||||
upgrade: safe
|
||||
Reference in New Issue
Block a user