Commit 5e800664 by Kevin Falcone

When running with maintenance or users, make sure guest is gone

parent 947131cd
...@@ -109,6 +109,9 @@ ...@@ -109,6 +109,9 @@
- name: remove guest user - name: remove guest user
rabbitmq_user: user="guest" state=absent rabbitmq_user: user="guest" state=absent
tags:
- users
- maintenance
- name: add vhosts - name: add vhosts
rabbitmq_vhost: name={{ item }} state=present rabbitmq_vhost: name={{ item }} state=present
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment