diff --git a/infrastructure-playbooks/rolling_update.yml b/infrastructure-playbooks/rolling_update.yml index c6724298f..81d0f70ec 100644 --- a/infrastructure-playbooks/rolling_update.yml +++ b/infrastructure-playbooks/rolling_update.yml @@ -106,7 +106,9 @@ - ceph_docker_registry_auth | bool - name: check ceph release in container image - when: containerized_deployment | bool + when: + - groups.get(mon_group_name, []) | length > 0 + - containerized_deployment | bool delegate_to: "{{ groups[mon_group_name][0] }}" run_once: true block: