Commit f9909c1a by arbabnazar

fix the duplicate entry of rabbitmq_refresh

parent 07a03871
......@@ -55,12 +55,3 @@
service:
name: mysql
state: started
- name: Ensure Anonymous user(s) does not exist
mysql_user:
name: ''
host: "{{ item }}"
state: absent
with_items:
- localhost
- "{{ ansible_hostname }}"
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