as soon as we will use Ansible >= 2.1, we will improve task "remove root user" with host_all: yes

This commit is contained in:
Gregory Colpart 2016-12-15 23:22:26 +01:00 committed by Jérémy Lecour
parent a733f8a369
commit 932812117f

View file

@ -44,6 +44,7 @@
- name: remove root user
mysql_user:
name: root
#host_all: yes
host: "{{ item }}"
config_file: /root/.my.cnf
state: absent