Add priority of 50 for yum ceph repository on CentOS
Change-Id: Iaa4c76b3c09caf4042afec52d90c4af2faad8944
This commit is contained in:
parent
9149bfa8e3
commit
573ea17a10
@ -33,6 +33,7 @@
|
||||
baseurl: "{{ceph_yum_repo_url}}/$basearch"
|
||||
gpgcheck: yes
|
||||
enabled: yes
|
||||
priority: 50
|
||||
gpgkey: "{{ ceph_gpg_keys }}"
|
||||
state: present
|
||||
|
||||
@ -44,5 +45,6 @@
|
||||
baseurl: "{{ceph_yum_repo_url}}/noarch"
|
||||
gpgcheck: yes
|
||||
enabled: yes
|
||||
priority: 50
|
||||
gpgkey: "{{ ceph_gpg_keys }}"
|
||||
state: present
|
||||
|
Loading…
Reference in New Issue
Block a user