test: fix ansible lint command

This commit is contained in:
Adrien Waksberg 2022-04-07 14:57:29 +02:00
parent 8b48918e8a
commit caa0b35b38

View file

@ -13,6 +13,6 @@ platforms:
lint: | lint: |
set -e set -e
yamllint . yamllint .
ansible-lint ansible-lint .
verifier: verifier:
name: testinfra name: testinfra