diff --git a/mysql/tasks/users.yml b/mysql/tasks/users.yml index 254b8b20..84021156 100644 --- a/mysql/tasks/users.yml +++ b/mysql/tasks/users.yml @@ -44,6 +44,7 @@ - name: remove root user mysql_user: name: root + #host_all: yes host: "{{ item }}" config_file: /root/.my.cnf state: absent