Skip to content

Commit

Permalink
Updated Yum Priority
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrodie18 committed Sep 9, 2023
1 parent 881bbe0 commit 401bbc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelogs/fragments/yum-priority.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minor_changes:
- agent role - Standardized default yum priority to 99
2 changes: 1 addition & 1 deletion roles/zabbix_agent/tasks/RedHat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
gpgcheck: "{{ item.gpgcheck }}"
gpgkey: "{{ item.gpgkey }}"
mode: "{{ item.mode | default('0644') }}"
priority: "{{ item.priority | default('98') }}"
priority: "{{ item.priority | default('99') }}"
state: "{{ item.state | default('present') }}"
proxy: "{{ zabbix_http_proxy | default(omit) }}"
with_items: "{{ zabbix_repo_yum }}"
Expand Down

0 comments on commit 401bbc0

Please sign in to comment.