Add AWX_EE_TEST_IMAGE option to molecule test (#1819)

This commit is contained in:
Hao Liu
2024-04-10 13:43:08 -04:00
committed by GitHub
parent 413b7003a2
commit a5d5028dae
3 changed files with 8 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ provisioner:
namespace: ${TEST_OPERATOR_NAMESPACE:-osdk-test}
host_vars:
localhost:
awx_ee_image: ${AWX_EE_TEST_IMAGE:-""}
awx_image: ${AWX_TEST_IMAGE:-""}
awx_version: ${AWX_TEST_VERSION:-""}
default_awx_version: "{{ lookup('url', 'https://api.github.com/repos/ansible/awx/releases/latest') | from_json | json_query('tag_name') }}"