diff --git a/inventory/group_vars/all/infra.yml b/inventory/group_vars/all/infra.yml index 86391fce4f..36c845fd68 100644 --- a/inventory/group_vars/all/infra.yml +++ b/inventory/group_vars/all/infra.yml @@ -33,7 +33,8 @@ rabbitmq_policies: - name: CQv2 pattern: '.*' priority: 0 - tags: "x-queue-version=2" + tags: + queue-version: 2 state: "{{ (oslomsg_rabbit_quorum_queues | default(True)) | ternary('absent', 'present') }}" ## Galera options