add ansible env vars to molecule
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-03-21 19:02:56 +01:00
parent ffed9bccba
commit e854fee21b
1 changed files with 3 additions and 0 deletions

View File

@ -12,5 +12,8 @@ lint: |
flake8
provisioner:
name: ansible
env:
ANSIBLE_FILTER_PLUGINS: ${ANSIBLE_FILTER_PLUGINS:-./plugins/filter}
ANSIBLE_LIBRARY: ${ANSIBLE_LIBRARY:-./library}
verifier:
name: testinfra