diff options
| author | jerome <jerome@xlinfo.fr> | 2025-08-21 18:05:51 +0200 |
|---|---|---|
| committer | jerome <jerome@xlinfo.fr> | 2025-08-21 18:05:51 +0200 |
| commit | 183d34bfb57c6121b48bcecd1647837aabb34b3e (patch) | |
| tree | ef6ac2289638dba831d0e8cd7c3b858ada1ba594 /.gitlab-ci.yml | |
| parent | 0d4d5aab1e9e84a169cda0e6a63a36a6b4da745e (diff) | |
| download | helloworld-183d34bfb57c6121b48bcecd1647837aabb34b3e.tar.gz helloworld-183d34bfb57c6121b48bcecd1647837aabb34b3e.zip | |
Readme
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1180230..729a177 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,6 @@ build-job: image: ansible script: - ansible-galaxy install git+http://dev.xlinfo.lan/git/ansible/roles/helloworld.git/ --roles-path "." - - ansible-galaxy info helloworld - ansible-playbook helloworld/tests/test.yml artifacts: paths: |
