File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ script:
20
20
- " ansible-playbook -i tests/inventory tests/$SITE --syntax-check"
21
21
22
22
# Run the role/playbook with ansible-playbook.
23
- - " ansible-playbook -i tests/inventory tests/$SITE --connection=local --sudo -vvvv "
23
+ - " ansible-playbook -i tests/inventory tests/$SITE --connection=local --sudo"
24
24
25
25
# Run the role/playbook again, checking to make sure it's idempotent.
26
26
- >
Original file line number Diff line number Diff line change 1
1
---
2
- # For some reason, 'service mysql restart' doesn't work sometimes.
3
2
- name : restart mysql
4
- command : " {{ item }}"
5
- with_items :
6
- - " service {{ mysql_daemon }} stop"
7
- - " service {{ mysql_daemon }} start"
8
- # - name: restart mysql
9
- # service: >
10
- # name={{ mysql_daemon }}
11
- # state=restarted
3
+ service : >
4
+ name={{ mysql_daemon }}
5
+ state=restarted
You can’t perform that action at this time.
0 commit comments