Back to a working build.

pull/63/head
Jeff Geerling 10 years ago
parent f4de3d0c77
commit c5b85c059f
  1. 3
      .travis.yml
  2. 8
      handlers/main.yml

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

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