Signed-off-by: Alfredo Deza <adeza@redhat.com>
Resolves: issue#811
---
- 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:
group: root
mode: 0644
when:
- - ceph_stable_rh_storage_iso_install
+ - ceph_rhcs_iso_install
- name: install dependencies
yum: