mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-31 09:20:43 +08:00
Maybe it does not like the fact
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
@@ -88,10 +88,10 @@
|
||||
|
||||
# Set up for fedora-messaging
|
||||
- name: Create the RabbitMQ user
|
||||
include_role:
|
||||
import_role:
|
||||
name: rabbit/user
|
||||
vars:
|
||||
username: "{{ botname }}"
|
||||
username: "{{ botnames[env] }}"
|
||||
when:
|
||||
- env == "staging"
|
||||
- inventory_hostname.startswith('value02')
|
||||
|
||||
Reference in New Issue
Block a user