Fix syntax

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

View file

@ -90,6 +90,7 @@
- name: Create the RabbitMQ user
import_role:
name: rabbit/user
vars:
username: "{{ botname }}"
when:
- env == "staging"