From 655032dc4e4e31a003bdb044c1b2da3477b7c233 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Thu, 16 Sep 2021 10:21:04 +0200 Subject: [PATCH] Maybe it does not like the fact MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- roles/supybot/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/supybot/tasks/main.yml b/roles/supybot/tasks/main.yml index 28777817a6..cfb5444ac2 100644 --- a/roles/supybot/tasks/main.yml +++ b/roles/supybot/tasks/main.yml @@ -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')