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 f226c0a448
commit 86e58128a4
2 changed files with 6 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

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