From 531072c173a1aef5d091f1318fd1d2af92496240 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Thu, 16 Sep 2021 10:16:14 +0200 Subject: [PATCH] Maybe try include instead of import 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/supybot/tasks/main.yml b/roles/supybot/tasks/main.yml index df2c41c057..28777817a6 100644 --- a/roles/supybot/tasks/main.yml +++ b/roles/supybot/tasks/main.yml @@ -88,7 +88,7 @@ # Set up for fedora-messaging - name: Create the RabbitMQ user - import_role: + include_role: name: rabbit/user vars: username: "{{ botname }}"