mirror of https://github.com/ceph/ceph-ansible.git
ceph-common: convert ceph_stable_rh_storage to ceph_rhcs when installing rhs on redhat
Signed-off-by: Alfredo Deza <adeza@redhat.com> Resolves: issue#811pull/934/head
parent
90730a7f4b
commit
a403645944
|
@ -1,10 +1,10 @@
|
||||||
---
|
---
|
||||||
- name: install red hat storage repository key
|
- name: install red hat storage repository key
|
||||||
rpm_key:
|
rpm_key:
|
||||||
key: "{{ ceph_stable_rh_storage_repository_path }}/RPM-GPG-KEY-redhat-release"
|
key: "{{ ceph_rhcs_repository_path }}/RPM-GPG-KEY-redhat-release"
|
||||||
state: present
|
state: present
|
||||||
when:
|
when:
|
||||||
- ceph_stable_rh_storage_iso_install
|
- ceph_rhcs_iso_install
|
||||||
|
|
||||||
- name: add red hat storage repository
|
- name: add red hat storage repository
|
||||||
template:
|
template:
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
group: root
|
group: root
|
||||||
mode: 0644
|
mode: 0644
|
||||||
when:
|
when:
|
||||||
- ceph_stable_rh_storage_iso_install
|
- ceph_rhcs_iso_install
|
||||||
|
|
||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
yum:
|
yum:
|
||||||
|
|
Loading…
Reference in New Issue