Fix ACP deprecated fragment assertion message
This commit is contained in:
parent
117b912529
commit
7b4e119030
@ -85,7 +85,7 @@
|
||||
ansible.builtin.assert:
|
||||
that:
|
||||
- not item.stat.exists
|
||||
fail_msg: "Deprecated ACP fragment still exists: {{ item.stat.path }}"
|
||||
fail_msg: "Deprecated ACP fragment still exists: {{ item.item }}"
|
||||
loop: "{{ xworkmate_bridge_obsolete_fragments.results }}"
|
||||
loop_control:
|
||||
label: "{{ item.item }}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user