From a160209d141c36635f10af4db2d03cd97ec8ecdc Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Wed, 8 Sep 2021 15:35:48 +0200 Subject: [PATCH] Fix ansible role output dir MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: Ibec138835ba5fa95590ec2b0b654d2615082b287 Signed-off-by: Cédric Ollivier --- jjb/functest/xtesting-ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jjb/functest/xtesting-ci.yaml b/jjb/functest/xtesting-ci.yaml index f5f513e66..39d685658 100644 --- a/jjb/functest/xtesting-ci.yaml +++ b/jjb/functest/xtesting-ci.yaml @@ -17,11 +17,13 @@ sudo systemctl restart docker sudo rm -rfv /data sudo pip3 install ansible + rm -rf ~/.ansible/roles/collivier.xtesting case {release} in stable) ansible-galaxy install -f collivier.xtesting ;; *) ansible-galaxy install -f git+https://github.com/collivier/ansible-role-xtesting.git,{release} ;; + mv ~/.ansible/roles/ansible-role-xtesting ~/.ansible/roles/collivier.xtesting esac ansible-galaxy collection install -f -r ~/.ansible/roles/collivier.xtesting/requirements.yml ansible-playbook -vvvv ~/.ansible/roles/collivier.xtesting/tests/{playbook}.yml -- 2.16.6