Skip to content

Commit

Permalink
common: enhance msg
Browse files Browse the repository at this point in the history
  • Loading branch information
rpelisse committed Jan 17, 2024
1 parent 070086c commit b90018f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/amq_streams_common/tasks/rhn/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
when:
- not rhn_product_archive_file_pattern is defined or rhn_product_archive_file_pattern == ""

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

Expand Down

0 comments on commit b90018f

Please sign in to comment.