mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #1466 from ceph/upgrade-calamari
mon: upgrade calamari when running rolling_update playbookpull/1468/head
commit
ae351efeca
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue