Add priority of 50 for yum ceph repository on CentOS

Change-Id: Iaa4c76b3c09caf4042afec52d90c4af2faad8944
This commit is contained in:
Marc Gariepy 2017-04-05 08:26:41 -04:00
parent 9149bfa8e3
commit 573ea17a10

View File

@ -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