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