mirror of
https://github.com/openshift/community.okd.git
synced 2026-07-28 10:24:32 +00:00
Add tests for inventory plugin (#16)
This commit is contained in:
committed by
GitHub
parent
9a4af00302
commit
1b08450b19
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user