Skip ACP fragment assertions during dry runs

This commit is contained in:
Haitao Pan 2026-04-09 14:36:32 +08:00
parent fb0a9dae5e
commit 210e32b6db

View File

@ -87,6 +87,8 @@
loop: "{{ xworkmate_bridge_obsolete_fragments.results }}"
loop_control:
label: "{{ item.stat.path }}"
when:
- not ansible_check_mode
- name: Show xworkmate-bridge service status
ansible.builtin.command: systemctl status "{{ xworkmate_bridge_service_name }}" --no-pager