redhat-cop / openshift-applier

Used to apply OpenShift objects to an OpenShift Cluster
Apache License 2.0
102 stars 61 forks source link

Fix container image default execution #158

Open oybed opened 4 years ago

oybed commented 4 years ago

The container image does currently not run the tests by default (as described in the README) and with PR #157 the default inventory was changed to /etc/ansible.

This issue is to correct the default execution to ensure the image runs the tests by default if just executed as-is with no inventory parameter passed in.