We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4715a6b commit 7b99b6aCopy full SHA for 7b99b6a
.travis.yml
@@ -29,6 +29,9 @@ script:
29
&& (echo 'Idempotence test: pass' && exit 0)
30
|| (echo 'Idempotence test: fail' && exit 1)
31
32
+ - "sudo service mysql status"
33
+ - "sudo service mysql restart"
34
+
35
# Check to make sure we can connect to MySQL.
36
- >
37
mysql -u root -proot -e 'show databases;'
handlers/main.yml
@@ -1,5 +1,7 @@
1
---
2
- name: restart mysql
3
- service: >
4
- name={{ mysql_daemon }}
5
- state=restarted
+ debug: msg="Testing..."
+# - name: restart mysql
+# service: >
6
+# name={{ mysql_daemon }}
7
+# state=restarted
0 commit comments