jmri: fix xpra remove task idempotency (skip if already from upstream repo)

This commit is contained in:
Hermes Agent service account
2026-08-01 21:07:32 -05:00
parent 3eb38b74bd
commit 02af5d26dc

View File

@@ -312,6 +312,7 @@
ansible.builtin.apt: ansible.builtin.apt:
name: xpra name: xpra
state: absent state: absent
when: "'xpra' in ansible_facts.packages and ansible_facts.packages['xpra'][0].source != 'xpra.org'"
- name: Install xpra.org apt signing key - name: Install xpra.org apt signing key
ansible.builtin.get_url: ansible.builtin.get_url: