pdc-web: fix syntax from last comment
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
1c1a414010
commit
2d3ee49a3b
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue