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#811
pull/934/head
Alfredo Deza 2016-08-12 11:30:06 -04:00
parent 90730a7f4b
commit a403645944
1 changed files with 3 additions and 3 deletions

View File

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