Skip to content
This repository was archived by the owner on Dec 26, 2020. It is now read-only.

Commit c592fd6

Browse files
author
Sebastian Gumprich
committed
add diff to travis run
Signed-off-by: Sebastian Gumprich <github@gumpri.ch>
1 parent e8f58de commit c592fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ script:
5656

5757
# Test role.
5858
- 'docker exec "$(cat ${container_id})" ansible-playbook /etc/ansible/roles/ansible-ssh-hardening/tests/default_custom.yml --diff'
59-
- 'docker exec "$(cat ${container_id})" ansible-playbook /etc/ansible/roles/ansible-ssh-hardening/tests/default.yml -diff'
59+
- 'docker exec "$(cat ${container_id})" ansible-playbook /etc/ansible/roles/ansible-ssh-hardening/tests/default.yml --diff'
6060

6161
# Verify role
6262
# remove the UseLogin-check, see here for reasons: https://github.com/dev-sec/ansible-ssh-hardening/pull/141

0 commit comments

Comments
 (0)