Maybe it does not like the fact
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
531072c173
commit
655032dc4e
1 changed files with 2 additions and 2 deletions
|
@ -88,10 +88,10 @@
|
||||||
|
|
||||||
# Set up for fedora-messaging
|
# Set up for fedora-messaging
|
||||||
- name: Create the RabbitMQ user
|
- name: Create the RabbitMQ user
|
||||||
include_role:
|
import_role:
|
||||||
name: rabbit/user
|
name: rabbit/user
|
||||||
vars:
|
vars:
|
||||||
username: "{{ botname }}"
|
username: "{{ botnames[env] }}"
|
||||||
when:
|
when:
|
||||||
- env == "staging"
|
- env == "staging"
|
||||||
- inventory_hostname.startswith('value02')
|
- inventory_hostname.startswith('value02')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue