Commit 333d085e by Kevin Falcone

Merge pull request #2984 from edx/jibsheet/make-guest-removal-part-of-users

When running with maintenance or users, make sure guest is gone
parents b4569349 5e800664
......@@ -109,6 +109,9 @@
- name: remove guest user
rabbitmq_user: user="guest" state=absent
tags:
- users
- maintenance
- name: add vhosts
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