revert this

it is used few line below
This commit is contained in:
Miroslav Suchý 2015-02-02 11:12:40 +00:00
parent 06244378c2
commit e8a513a2dd

View file

@ -116,8 +116,6 @@
# http://ansible.cc/docs/modules.html#mysql-user
- name: update mysql root password for localhost before setting .my.cnf
mysql_user: name=root host=localhost password={{ DBPASSWORD }}
- name: update mysql root password for fed-cloud09.cloud.fedoraproject.org before setting .my.cnf
mysql_user: name=root host=fed-cloud09.cloud.fedoraproject.org password={{ DBPASSWORD }}
- name: copy .my.cnf file with root password credentials
template: src={{ files }}/fedora-cloud/my.cnf dest=/root/.my.cnf owner=root mode=0600
- name: update mysql root password for all root accounts