mirror of https://github.com/ceph/ceph-ansible.git
ceph-common: install ceph-common packages for clients on redhat for rhcs
Signed-off-by: Alfredo Deza <adeza@redhat.com> Resolves: rhbz#1339096pull/823/head
parent
06b855d071
commit
3b52b263eb
|
@ -45,9 +45,9 @@
|
|||
when:
|
||||
- mds_group_name in group_names
|
||||
|
||||
- name: install red hat storage ceph base
|
||||
- name: install red hat storage ceph-common
|
||||
yum:
|
||||
name: "ceph-base"
|
||||
name: "ceph-common"
|
||||
state: "{{ (upgrade_ceph_packages|bool) | ternary('latest','present') }}"
|
||||
when:
|
||||
- client_group_name in group_names
|
||||
|
|
Loading…
Reference in New Issue