diff --git a/infrastructure-playbooks/rolling_update.yml b/infrastructure-playbooks/rolling_update.yml index 9469b9497..f9a140b8c 100644 --- a/infrastructure-playbooks/rolling_update.yml +++ b/infrastructure-playbooks/rolling_update.yml @@ -289,7 +289,6 @@ - containerized_deployment - cephx - groups.get(mgr_group_name, []) | length > 0 - - inventory_hostname == groups[mon_group_name]|last delegate_to: "{{ groups[mon_group_name][0] }}" with_items: "{{ groups.get(mgr_group_name, []) }}"