pdc-web: fix syntax from last comment

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-12-15 01:46:07 +00:00 committed by Pierre-Yves Chibon
parent 1c1a414010
commit 2d3ee49a3b

View file

@ -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