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
|
||||
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
|
||||
when:
|
||||
- ceph_stable_rh_storage_iso_install
|
||||
- ceph_rhcs_iso_install
|
||||
|
||||
- name: add red hat storage repository
|
||||
template:
|
||||
|
@ -14,7 +14,7 @@
|
|||
group: root
|
||||
mode: 0644
|
||||
when:
|
||||
- ceph_stable_rh_storage_iso_install
|
||||
- ceph_rhcs_iso_install
|
||||
|
||||
- name: install dependencies
|
||||
yum:
|
||||
|
|
Loading…
Reference in New Issue