Skip to content

Commit

Permalink
Merge pull request #2208 from ceph/2207-bkp
Browse files Browse the repository at this point in the history
[skip ci] backport of 2207
  • Loading branch information
leseb authored Nov 22, 2017
2 parents 62f715f + 66554e4 commit ddb2cf9
Showing 1 changed file with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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

0 comments on commit ddb2cf9

Please sign in to comment.