Skip to content
Snippets Groups Projects
Commit fe7a44ee authored by Jörg Sachse's avatar Jörg Sachse
Browse files

fix: update .gitlab-ci.yml file to use correct linter setup

parent a8145a2e
No related branches found
No related tags found
No related merge requests found
Pipeline #5143 failed
......@@ -25,7 +25,11 @@ test-job:
- git clone https://gitlab+deploy-token-25:${VAULT_ACCESS_TOKEN}@git.slub-dresden.de/slub-referat-2-3/ansible_vaults.git ../ansible_vaults/; \
# run Molecule tests
- molecule syntax --scenario-name default
- molecule lint --scenario-name default
# We cannot use `molecule lint` anymore because:
# - https://github.com/ansible-community/molecule/pull/3802 "Remove lint command"
# - https://github.com/ansible-community/molecule/discussions/3825#discussioncomment-4908366
- yamllint --strict --format colored ./
- ansible-lint --format full --profile production --strict --force-color ./
- molecule create --scenario-name default
- molecule converge --scenario-name default
- molecule idempotence --scenario-name default
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment