Maybe it does not like the fact

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2021-09-16 10:21:04 +02:00
parent 531072c173
commit 655032dc4e
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

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