Skip to content
This repository has been archived by the owner on Nov 16, 2019. It is now read-only.

Commit

Permalink
Deleting commented-out task
Browse files Browse the repository at this point in the history
  • Loading branch information
seldo committed Aug 14, 2014
1 parent 89edd91 commit aa45254
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,21 +61,6 @@
sudo: true
command: service mysql start

#- name: Update MySQL root password
# ignore_errors: true
# command: 'mysqladmin -u root password {{ mysql_root_password }}'

#- name: Update MySQL root password
# ignore_errors: true
# mysql_user: >
# name=root
# password={{ mysql_root_password }}
# host={{ item }}
# with_items:
# - "{{ ansible_hostname }}"
# - 127.0.0.1
# - localhost

- name: update mysql root password for all root accounts
mysql_user: name=root host={{ item }} password={{ mysql_root_password }}
with_items:
Expand Down

0 comments on commit aa45254

Please sign in to comment.