mirror of https://github.com/ceph/ceph-ansible.git
the ceph package does not exist in jewel rh storage
Signed-off-by: Andrew Schoen <aschoen@redhat.com>pull/611/head
parent
3035f45c51
commit
e09bb11dc9
|
@ -9,21 +9,15 @@
|
|||
|
||||
- name: install red hat storage ceph mon
|
||||
apt:
|
||||
name: "{{ item }}"
|
||||
name: ceph-mon
|
||||
state: "{{ (upgrade_ceph_packages|bool) | ternary('latest','present') }}"
|
||||
with_items:
|
||||
- ceph
|
||||
- ceph-mon
|
||||
when:
|
||||
mon_group_name in group_names
|
||||
|
||||
- name: install red hat storage ceph osd
|
||||
apt:
|
||||
name: "{{ item }}"
|
||||
name: ceph-osd
|
||||
state: "{{ (upgrade_ceph_packages|bool) | ternary('latest','present') }}"
|
||||
with_items:
|
||||
- ceph
|
||||
- ceph-osd
|
||||
when:
|
||||
osd_group_name in group_names
|
||||
|
||||
|
|
Loading…
Reference in New Issue