summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklós Fazekas <mfazekas@szemafor.com>2020-05-29 10:41:31 +0200
committerGitHub <noreply@github.com>2020-05-29 10:41:31 +0200
commitf2223f03ff3552a2b6de8364c12b0d41258742c1 (patch)
tree929974735b7ed1e886fb6485fd4ace7ad23072be
parent74919ef69344164bd55e2dfc7ee2a360b6c718c6 (diff)
downloadnet-ssh-fix-cdn-for-ci.tar.gz
Try to fix CIfix-cdn-for-ci
Use https://cloudflare.cdn.openbsd.org/ instead of cdn.openbsd.org for download stability
-rw-r--r--test/integration/playbook.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/playbook.yml b/test/integration/playbook.yml
index 47eba34..5c6a33a 100644
--- a/test/integration/playbook.yml
+++ b/test/integration/playbook.yml
@@ -45,7 +45,7 @@
- lineinfile: dest=/etc/sudoers.d/net_ssh_1 mode=0440 state=present create=yes
line='net_ssh_2 ALL=(ALL) NOPASSWD:ALL' regexp=net_ssh_2
- unarchive:
- src: https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-7.9p1.tar.gz
+ src: https://cloudflare.cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-7.9p1.tar.gz
dest: /tmp
remote_src: True
validate_certs: False