mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #2207 from ceph/mds-debian
common: install ceph-common on all the machinespull/2210/head
commit
d5399e8d02
|
@ -1,4 +1,9 @@
|
|||
---
|
||||
- name: install red hat storage ceph-common for debian
|
||||
apt:
|
||||
pkg: ceph-common
|
||||
state: "{{ (upgrade_ceph_packages|bool) | ternary('latest','present') }}"
|
||||
|
||||
- name: install red hat storage ceph mon for debian
|
||||
apt:
|
||||
name: ceph-mon
|
||||
|
@ -33,10 +38,3 @@
|
|||
state: "{{ (upgrade_ceph_packages|bool) | ternary('latest','present') }}"
|
||||
when:
|
||||
- client_group_name in group_names
|
||||
|
||||
- name: install red hat storage ceph-common for debian
|
||||
apt:
|
||||
pkg: ceph-common
|
||||
state: "{{ (upgrade_ceph_packages|bool) | ternary('latest','present') }}"
|
||||
when:
|
||||
- client_group_name in group_names
|
||||
|
|
Loading…
Reference in New Issue