Compare commits

..

2 Commits

Author SHA1 Message Date
ddee60ab9c klal
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 0s
2025-06-19 20:24:53 +02:00
41bd0fbe73 klal 2025-06-19 20:09:33 +02:00

View File

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