mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-17 12:10:34 +08:00
pdc-web: fix syntax from last comment
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
1c1a414010
commit
2d3ee49a3b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user