Add tests for inventory plugin (#16)

This commit is contained in:
Fabian von Feilitzsch
2020-08-26 15:01:10 -04:00
committed by GitHub
parent 9a4af00302
commit 1b08450b19
3 changed files with 58 additions and 14 deletions

View File

@@ -9,10 +9,15 @@ platforms:
- k8s
provisioner:
name: ansible
config_options:
inventory:
enable_plugins: community.okd.openshift
lint: |
set -e
ansible-lint
inventory:
hosts:
plugin: community.okd.openshift
host_vars:
localhost:
virtualenv: ${MOLECULE_EPHEMERAL_DIRECTORY}/virtualenv