diff --git a/playbooks/update.yml b/playbooks/update.yml index ed4e3506f8..0eb9c9fcb9 100644 --- a/playbooks/update.yml +++ b/playbooks/update.yml @@ -59,6 +59,14 @@ hosts: "{{ cifmw_target_host | default('localhost') }}" gather_facts: false tasks: + - name: Update Ceph if part of the deployment + when: ceph_update | bool | default(false) + tags: + - update + - ceph_update + ansible.builtin.import_role: + name: cifmw_cephadm + tasks_from: ceph_upgrade - name: Run update tags: - update