klal
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
2026-03-27 12:22:22 +01:00
parent 8fb84b3c47
commit 99d4075edd
+1 -1
View File
@@ -31,6 +31,6 @@
- name: Upgrade flatpack
ansible.builtin.command: flatpak update -y
when: inventory_hostname == 'morefine.home.lan'
when: inventory_hostname in ['morefine.home.lan','ryzen.home.lan']
register: logo
changed_when: "logo.rc == 0"