klal
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 0s

This commit is contained in:
2025-06-21 12:23:05 +02:00
parent 42fdd319a3
commit 3732db698e

View File

@ -3,7 +3,8 @@
block: block:
- name: Upgrade the full OS - name: Upgrade the full OS
ansible.builtin.apt: ansible.builtin.apt:
upgrade: yes update_cache: true
upgrade: full
- name: Upgrade flatpack - name: Upgrade flatpack
ansible.builtin.command: flatpak update -y ansible.builtin.command: flatpak update -y
when: inventory_hostname == 'morefine.home.lan' when: inventory_hostname == 'morefine.home.lan'