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 remote_tmp: /tmp/.ansible
verifier: verifier:
name: testinfra name: testinfra
lint: |
yamllint -c .yamllint .
ansible-lint
scenario: scenario:
name: default name: default
test_sequence: test_sequence:
- dependency - dependency
- lint
- cleanup - cleanup
- destroy - destroy
- syntax - syntax

View File

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