xoxys.freshrss_docker/molecule/centos7/molecule.yml
Robert Kaussow cda785eae0
All checks were successful
continuous-integration/drone/push Build is passing
add ansible env vars to molecule
2020-03-21 19:02:56 +01:00

20 lines
371 B
YAML

---
dependency:
name: galaxy
driver:
name: delegated
platforms:
- name: centos7-freshrss
region_id: fra1
image_id: centos-7-x64
size_id: s-1vcpu-1gb
lint: |
flake8
provisioner:
name: ansible
env:
ANSIBLE_FILTER_PLUGINS: ${ANSIBLE_FILTER_PLUGINS:-./plugins/filter}
ANSIBLE_LIBRARY: ${ANSIBLE_LIBRARY:-./library}
verifier:
name: testinfra