File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,9 @@ script:
43
43
# Test role.
44
44
- ' sudo docker exec --tty "$(cat ${container_id})" env TERM=xterm ansible-playbook /etc/ansible/roles/role_under_test/tests/${playbook}'
45
45
46
+ # Test role again.
47
+ - ' sudo docker exec --tty "$(cat ${container_id})" env TERM=xterm ansible-playbook /etc/ansible/roles/role_under_test/tests/${playbook}'
48
+
46
49
# Test role idempotence.
47
50
- >
48
51
sudo docker exec "$(cat ${container_id})" ansible-playbook /etc/ansible/roles/role_under_test/tests/${playbook}
Original file line number Diff line number Diff line change 53
53
owner : mysql
54
54
group : mysql
55
55
mode : 0644
56
- when : mysql_slow_query_log_enabled
56
+ when : mysql_log == "" and mysql_log_error != ""
57
57
58
58
- name : Ensure MySQL is started and enabled on boot.
59
59
service : " name={{ mysql_daemon }} state=started enabled={{ mysql_enabled_on_startup }}"
You can’t perform that action at this time.
0 commit comments