We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 070086c commit b90018fCopy full SHA for b90018f
roles/amq_streams_common/tasks/rhn/main.yml
@@ -20,7 +20,7 @@
20
when:
21
- not rhn_product_archive_file_pattern is defined or rhn_product_archive_file_pattern == ""
22
23
-- name: "Determine which archive to download"
+- name: "Determine which archive to download using file pattern: {{ rhn_product_archive_file_pattern }}."
24
ansible.builtin.set_fact:
25
rhn_filtered_products: "{{ rhn_products.results | selectattr('file_path', 'match', rhn_product_archive_file_pattern) }}"
26
0 commit comments