@@ -79,7 +79,10 @@
set_fact:
pkg_mft: '{{ pkg_mft_samecat | community.general.json_query("resources[?status.packageName == `" + op.op_pkg + "`]") }}'
- - debug: var=pkg_mft
+ - name: Show what package manifest (if any) was found
+ debug:
+ var: pkg_mft
+ verbosity: 1
- name: Search for any channels that provide desired_csv
@@ -89,7 +92,10 @@
- pkg_mft != ''
- pkg_mft | length > 0
- - debug: var=found_chn
+ - name: Show what channels (if any) have the desired CSV
+ var: found_chn
- name: Fail if no channel provides the desired_csv
fail: