Skip to content

Commit b90018f

Browse files
committed
common: enhance msg
1 parent 070086c commit b90018f

File tree

1 file changed

+1
-1
lines changed
  • roles/amq_streams_common/tasks/rhn

1 file changed

+1
-1
lines changed

roles/amq_streams_common/tasks/rhn/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
when:
2121
- not rhn_product_archive_file_pattern is defined or rhn_product_archive_file_pattern == ""
2222

23-
- name: "Determine which archive to download"
23+
- name: "Determine which archive to download using file pattern: {{ rhn_product_archive_file_pattern }}."
2424
ansible.builtin.set_fact:
2525
rhn_filtered_products: "{{ rhn_products.results | selectattr('file_path', 'match', rhn_product_archive_file_pattern) }}"
2626

0 commit comments

Comments
 (0)