remove lint from molecule, it has been removed in new release
This commit is contained in:
parent
2eeb2f20d0
commit
7c81c6b7f7
@ -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
|
||||||
|
@ -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_repo
|
name: with_custom_repo
|
||||||
test_sequence:
|
test_sequence:
|
||||||
- dependency
|
- dependency
|
||||||
- lint
|
|
||||||
- cleanup
|
- cleanup
|
||||||
- destroy
|
- destroy
|
||||||
- syntax
|
- syntax
|
||||||
|
Loading…
Reference in New Issue
Block a user