mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-05-04 19:39:50 +02:00
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user