ceph-common: install ceph-common packages for clients on redhat for rhcs

Signed-off-by: Alfredo Deza <adeza@redhat.com>

Resolves: rhbz#1339096
pull/823/head
Alfredo Deza 2016-05-31 12:09:31 -04:00
parent 06b855d071
commit 3b52b263eb
1 changed files with 2 additions and 2 deletions

View File

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