From 28043f5a98207e6dc517d6d1cae65860644022e9 Mon Sep 17 00:00:00 2001 From: Peter Hunt Date: Mon, 4 Oct 2021 11:37:24 -0400 Subject: [PATCH] test: skip certificate check for downloading parallel Signed-off-by: Peter Hunt --- contrib/test/integration/build/parallel.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/test/integration/build/parallel.yml b/contrib/test/integration/build/parallel.yml index 38bd198f2db..efe23e4015f 100644 --- a/contrib/test/integration/build/parallel.yml +++ b/contrib/test/integration/build/parallel.yml @@ -17,6 +17,7 @@ src: https://ftp.gnu.org/gnu/parallel/parallel-20190322.tar.bz2 dest: "{{ ansible_env.HOME }}" remote_src: yes + validate_certs: False when: ansible_distribution in ['RedHat', 'CentOS'] - name: install parallel from sources