diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7ff41d7b..16e6fc5f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,4 +33,4 @@ jobs: working-directory: ansible_collections/cloud/vmware_ops env: ANSIBLE_COLLECTIONS_PATH: "${{ github.workspace }}" - ANSIBLE_PYTHON_INTERPRETER: "${{ github.workspace }}/ansible_collections/cloud/vmware_ops/.venv/bin/python" + #ANSIBLE_PYTHON_INTERPRETER: "${{ github.workspace }}/ansible_collections/cloud/vmware_ops/.venv/bin/python" diff --git a/tests/integration/targets/cluster_settings_test/run.yml b/tests/integration/targets/cluster_settings_test/run.yml index 39a75cf1..739a28d0 100644 --- a/tests/integration/targets/cluster_settings_test/run.yml +++ b/tests/integration/targets/cluster_settings_test/run.yml @@ -1,7 +1,5 @@ - hosts: localhost gather_facts: no -# vars: -# ansible_python_interpreter: "/home/runner/work/cloud.vmware_ops/cloud.vmware_ops/ansible_collections/cloud/vmware_ops/.venv/bin/python3" collections: - community.general