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

Commit 24d0951

Browse files
author
Sebastian Gumprich
committed
Add var to travis job
This tests sftp_enable option #41
1 parent fd7c06f commit 24d0951

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
@@ -11,4 +11,4 @@ install:
1111
script:
1212
- ansible-playbook --syntax-check spec/travis.yml
1313
- ansible-playbook --sudo -v --diff spec/travis.yml
14-
- ansible-playbook --sudo -v --diff spec/travis.yml --extra-vars "network_ipv6_enable=true ssh_allow_root_with_key=true ssh_client_password_login=true ssh_client_cbc_required=true ssh_server_weak_hmac=true ssh_client_weak_kex=true"
14+
- ansible-playbook --sudo -v --diff spec/travis.yml --extra-vars "network_ipv6_enable=true ssh_allow_root_with_key=true ssh_client_password_login=true ssh_client_cbc_required=true ssh_server_weak_hmac=true ssh_client_weak_kex=true sftp_enabled=true"

0 commit comments

Comments
 (0)