remove lint from molecule, it has been removed in new release

This commit is contained in:
Bertrand Lanson 2023-04-26 22:16:42 +02:00
parent f6d7e45336
commit d7a6deda07
2 changed files with 0 additions and 8 deletions

View File

@ -21,14 +21,10 @@ provisioner:
remote_tmp: /tmp/.ansible
verifier:
name: testinfra
lint: |
yamllint -c .yamllint .
ansible-lint
scenario:
name: default
test_sequence:
- dependency
- lint
- cleanup
- destroy
- syntax

View File

@ -21,14 +21,10 @@ provisioner:
remote_tmp: /tmp/.ansible
verifier:
name: testinfra
lint: |
yamllint -c .yamllint .
ansible-lint
scenario:
name: with_custom_config
test_sequence:
- dependency
- lint
- cleanup
- destroy
- syntax