diff options
| author | jerome <jerome@xlinfo.fr> | 2023-05-05 18:22:24 +0200 |
|---|---|---|
| committer | jerome <jerome@xlinfo.fr> | 2023-05-05 18:22:24 +0200 |
| commit | c843fe8d6bf557ae67fe12f43e3248e6147cc880 (patch) | |
| tree | 724a1c8c8743729a8eedce9a4de30a96cde2003f /.gitlab-ci.yml | |
| parent | f63af02256f310fb574082408e39c547bf76f4ff (diff) | |
| download | helloworld-c843fe8d6bf557ae67fe12f43e3248e6147cc880.tar.gz helloworld-c843fe8d6bf557ae67fe12f43e3248e6147cc880.zip | |
update .gitlab-ci.yml
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3940d3d..1177330 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,5 +31,5 @@ deploy-job: script: - ansible-galaxy install git+https://gitlab.com/loufux/ansible/helloworld.git - ansible-galaxy list - - ansible-playbook .ansible/roles/helloworld/tests/test.yml -i .ansible/roles/helloworld/tests/inventory + - ansible-playbook ~/.ansible/roles/helloworld/tests/test.yml -i ~/.ansible/roles/helloworld/tests/inventory |
