v.1.3.2 newt-pangolin

This commit is contained in:
2025-03-06 09:06:31 +01:00
parent f56838367d
commit 104201ea1a
3 changed files with 13 additions and 3 deletions

9
local-upgrade.yaml Normal file
View 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