From 2d3ee49a3bfa10b85a01ca8ba087e807f06a5e1b Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sun, 15 Dec 2019 01:46:07 +0000 Subject: [PATCH] pdc-web: fix syntax from last comment Signed-off-by: Kevin Fenzi --- playbooks/groups/pdc.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/playbooks/groups/pdc.yml b/playbooks/groups/pdc.yml index 9598c72749..766a5df97c 100644 --- a/playbooks/groups/pdc.yml +++ b/playbooks/groups/pdc.yml @@ -47,9 +47,9 @@ - { role: fedmsg/base, when: deployment_type == "prod" } # Set up for fedora-messaging - - { role: rabbit/user, - username: "pdc{{ env_suffix }}", - when: inventory_hostname.startswith(('pdc-web01','pdc-web01.stg')) } + - role: rabbit/user + username: "pdc{{ env_suffix }}" + when: inventory_hostname.startswith(('pdc-web01','pdc-web01.stg')) - pdc/frontend - name: stuff just for the backend nodes