fix molecule condig

This commit is contained in:
Robert Kaussow 2020-05-15 10:55:33 +02:00
parent 1498e78fa3
commit e47cd76cb1
1 changed files with 4 additions and 1 deletions

View File

@ -9,8 +9,11 @@ platforms:
image_id: {{ cookiecutter.molecule_scenario }}-x64 image_id: {{ cookiecutter.molecule_scenario }}-x64
size_id: {{ cookiecutter.molecule_machine_size }} size_id: {{ cookiecutter.molecule_machine_size }}
lint: | lint: |
flake8 --max-line-length=99 flake8
provisioner: provisioner:
name: ansible name: ansible
env:
ANSIBLE_FILTER_PLUGINS: ${ANSIBLE_FILTER_PLUGINS:-./plugins/filter}
ANSIBLE_LIBRARY: ${ANSIBLE_LIBRARY:-./library}
verifier: verifier:
name: testinfra name: testinfra