From a61175d281712d2d64fba7212151217575540db2 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Tue, 2 Apr 2019 15:50:41 +0200 Subject: [PATCH] Greenwave: Fix indentation for the rabbitmq user Signed-off-by: Clement Verna --- playbooks/openshift-apps/greenwave.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/openshift-apps/greenwave.yml b/playbooks/openshift-apps/greenwave.yml index f8f1780763..b9dbe96311 100644 --- a/playbooks/openshift-apps/greenwave.yml +++ b/playbooks/openshift-apps/greenwave.yml @@ -9,8 +9,8 @@ - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml roles: - - role: rabbit/user - username: "greenwave{{ env_suffix }}" + - role: rabbit/user + username: "greenwave{{ env_suffix }}" # The openshift/project role breaks if the project already exists: # https://pagure.io/fedora-infrastructure/issue/6404 - role: openshift/project