Maybe try include instead of import

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

View file

@ -88,7 +88,7 @@
# Set up for fedora-messaging
- name: Create the RabbitMQ user
import_role:
include_role:
name: rabbit/user
vars:
username: "{{ botname }}"