Merge "remove yum priority"
This commit is contained in:
@@ -53,13 +53,13 @@
|
|||||||
- ansible_pkg_mgr in ['yum', 'dnf']
|
- ansible_pkg_mgr in ['yum', 'dnf']
|
||||||
tags:
|
tags:
|
||||||
- skip_ansible_lint
|
- skip_ansible_lint
|
||||||
- name: Increase priority for Ceph repos
|
- name: Set default priority for Ceph repos
|
||||||
command: >
|
command: >
|
||||||
yum-config-manager
|
yum-config-manager
|
||||||
--enable Ceph
|
--enable Ceph
|
||||||
--setopt="Ceph.priority=50"
|
--setopt="Ceph.priority=99"
|
||||||
--enable Ceph-noarch
|
--enable Ceph-noarch
|
||||||
--setopt="Ceph-noarch.priority=50"
|
--setopt="Ceph-noarch.priority=99"
|
||||||
when:
|
when:
|
||||||
- ansible_pkg_mgr in ['yum', 'dnf']
|
- ansible_pkg_mgr in ['yum', 'dnf']
|
||||||
- name: Create systemd service directory
|
- name: Create systemd service directory
|
||||||
@@ -159,13 +159,13 @@
|
|||||||
- ansible_pkg_mgr in ['yum', 'dnf']
|
- ansible_pkg_mgr in ['yum', 'dnf']
|
||||||
tags:
|
tags:
|
||||||
- skip_ansible_lint
|
- skip_ansible_lint
|
||||||
- name: Increase priority for Ceph repos
|
- name: Set default priority for Ceph repos
|
||||||
command: >
|
command: >
|
||||||
yum-config-manager
|
yum-config-manager
|
||||||
--enable Ceph
|
--enable Ceph
|
||||||
--setopt="Ceph.priority=50"
|
--setopt="Ceph.priority=99"
|
||||||
--enable Ceph-noarch
|
--enable Ceph-noarch
|
||||||
--setopt="Ceph-noarch.priority=50"
|
--setopt="Ceph-noarch.priority=99"
|
||||||
when:
|
when:
|
||||||
- ansible_pkg_mgr in ['yum', 'dnf']
|
- ansible_pkg_mgr in ['yum', 'dnf']
|
||||||
- name: Gather ceph-mon facts
|
- name: Gather ceph-mon facts
|
||||||
|
|||||||
Reference in New Issue
Block a user