Maybe try include instead of import
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
29d734bb24
commit
531072c173
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@
|
||||||
|
|
||||||
# Set up for fedora-messaging
|
# Set up for fedora-messaging
|
||||||
- name: Create the RabbitMQ user
|
- name: Create the RabbitMQ user
|
||||||
import_role:
|
include_role:
|
||||||
name: rabbit/user
|
name: rabbit/user
|
||||||
vars:
|
vars:
|
||||||
username: "{{ botname }}"
|
username: "{{ botname }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue