mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Maybe try include instead of import
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
|
||||
# Set up for fedora-messaging
|
||||
- name: Create the RabbitMQ user
|
||||
import_role:
|
||||
include_role:
|
||||
name: rabbit/user
|
||||
vars:
|
||||
username: "{{ botname }}"
|
||||
|
||||
Reference in New Issue
Block a user