Skip to content

Commit 63064ea

Browse files
committed
Remove second idempotence test, fix follow-up to geerlingguy#115.
1 parent cad1192 commit 63064ea

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ script:
4343
# Test role.
4444
- 'sudo docker exec --tty "$(cat ${container_id})" env TERM=xterm ansible-playbook /etc/ansible/roles/role_under_test/tests/${playbook}'
4545

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-
4946
# Test role idempotence.
5047
- >
5148
sudo docker exec "$(cat ${container_id})" ansible-playbook /etc/ansible/roles/role_under_test/tests/${playbook}

tasks/configure.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
state: file
4040
owner: mysql
4141
group: mysql
42-
mode: 0644
42+
mode: 0640
4343
when: mysql_slow_query_log_enabled
4444

4545
- name: Create error log file (if configured).
@@ -52,7 +52,7 @@
5252
state: file
5353
owner: mysql
5454
group: mysql
55-
mode: 0644
55+
mode: 0640
5656
when: mysql_log == "" and mysql_log_error != ""
5757

5858
- name: Ensure MySQL is started and enabled on boot.

0 commit comments

Comments
 (0)