connection arguments for anonymous user deletion

This commit is contained in:
tiger-seo 2014-08-05 22:14:11 +03:00
parent 8361568c9d
commit b74acd30ab

View file

@ -28,7 +28,10 @@ mysql_delete_anonymous_user_{{ host }}:
- absent - absent
- host: {{ host }} - host: {{ host }}
- name: '' - name: ''
- connection_host: localhost
- connection_user: root
- connection_pass: {{ mysql_root_password }} - connection_pass: {{ mysql_root_password }}
- connection_charset: utf8
- require: - require:
- service: mysqld - service: mysqld
- pkg: mysql_python - pkg: mysql_python