diff options
| author | jerome <jerome@xlinfo.fr> | 2023-05-05 17:47:13 +0200 |
|---|---|---|
| committer | jerome <jerome@xlinfo.fr> | 2023-05-05 17:47:13 +0200 |
| commit | 9f027dbadbf9109c75a5f59dd19a99c6aece2970 (patch) | |
| tree | 9705c7502162e6ddfc096ec6dfaf2055029bd200 /.gitlab-ci.yml | |
| parent | 7af76d6e42dcb3934307f3b1e88dd70bc7743aad (diff) | |
| download | helloworld-9f027dbadbf9109c75a5f59dd19a99c6aece2970.tar.gz helloworld-9f027dbadbf9109c75a5f59dd19a99c6aece2970.zip | |
update .gitlab-ci.yml
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 3 insertions, 2 deletions
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 |
