Compare commits

..

5 Commits

Author SHA1 Message Date
3732db698e klal
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 0s
2025-06-21 12:23:05 +02:00
42fdd319a3 klal
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 0s
2025-06-21 11:11:39 +02:00
47e730ef60 klal
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 0s
2025-06-20 01:53:36 +02:00
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,8 @@
block:
- name: Upgrade the full OS
ansible.builtin.apt:
update_cache: true
upgrade: full
become: true
- name: Upgrade flatpack
ansible.builtin.command: flatpak update -y
become: true
when: inventory_hostname == 'morefine.home.lan'