Merge "Added monitoring tag to monitoring user creation task."

This commit is contained in:
Zuul 2018-04-06 12:45:00 +00:00 committed by Gerrit Code Review
commit 6229ab9d8d
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@
rabbitmq_user:
user: "{{ rabbitmq_monitoring_userid|default('monitoring') }}"
password: "{{ rabbitmq_monitoring_password }}"
tags: "monitoring"
state: "present"
when: rabbitmq_monitoring_password is defined
environment: "{{ deployment_environment_variables | default({}) }}"