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 e6c8778 commit c06eeecCopy full SHA for c06eeec
1 file changed
resources/roles/preparation/tasks/rhel.yml
@@ -195,6 +195,7 @@
195
description: "Repository {{ item.name }}"
196
enabled: yes
197
gpgcheck: no
198
+ priority: "{{ '10' if (ansible_distribution == 'Amazon' and item.name | regex_search('-br(-|$)')) else omit }}"
199
with_items: "{{ repositories }}"
200
when: repositories is defined and (repositories | length > 0)
201
0 commit comments