Back to a working build.

This commit is contained in:
Jeff Geerling
2014-05-23 12:22:13 -05:00
parent f4de3d0c77
commit c5b85c059f
2 changed files with 3 additions and 8 deletions

View File

@@ -30,9 +30,6 @@ script:
&& (echo 'Idempotence test: pass' && exit 0) && (echo 'Idempotence test: pass' && exit 0)
|| (echo 'Idempotence test: fail' && exit 1) || (echo 'Idempotence test: fail' && exit 1)
- "sudo service mysql status"
- "sudo service mysql restart"
# Check to make sure we can connect to MySQL. # Check to make sure we can connect to MySQL.
- > - >
mysql -u root -proot -e 'show databases;' mysql -u root -proot -e 'show databases;'

View File

@@ -1,7 +1,5 @@
--- ---
- name: restart mysql - name: restart mysql
command: date service: >
# - name: restart mysql name={{ mysql_daemon }}
# service: > state=restarted
# name={{ mysql_daemon }}
# state=restarted