Merge pull request #1466 from ceph/upgrade-calamari

mon: upgrade calamari when running rolling_update playbook
pull/1468/head
Andrew Schoen 2017-04-24 07:34:41 -07:00 committed by GitHub
commit ae351efeca
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
- name: install calamari server
package:
name: calamari-server
state: present
state: "{{ (upgrade_ceph_packages|bool) | ternary('latest','present') }}"
tags:
- package-install