From 9f027dbadbf9109c75a5f59dd19a99c6aece2970 Mon Sep 17 00:00:00 2001 From: jerome Date: Fri, 5 May 2023 17:47:13 +0200 Subject: update .gitlab-ci.yml --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ddb35fd..da5b4d7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,7 +35,7 @@ lint-test-job: - loufux-docker image: ansible script: - - ansible-lint -p helloworld/tests/test.yml | ansible-lint-junit -o ansible-lint.xml || true + - ansible-lint -p helloworld/tests/test.yml | ansible-lint-junit -o ansible-lint.xml || true artifacts: reports: junit: ansible-lint.xml @@ -47,5 +47,6 @@ deploy-job: - loufux-docker image: ansible script: - - ansible-playbook helloworld/tests/test.yml -i helloworld/tests/inventory + - ansible-galaxy install git+https://gitlab.com/loufux/ansible/helloworld.git + - ansible-playbook helloworld/tests/test.yml -i helloworld/tests/inventory -- cgit v1.2.3