From 7f0fd13cf6b0092850541ec6185d143e6a45edd7 Mon Sep 17 00:00:00 2001 From: Chris Meyers Date: Tue, 5 Nov 2024 15:56:00 -0500 Subject: [PATCH] Point at awx devel collection * awx.awx collection on galaxy is ooooold at this point. Releases are paused, so point at awx collection in devel to get that new bleeding edge hotness. --- molecule/requirements.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/molecule/requirements.yml b/molecule/requirements.yml index 7a698eb3e..e0397d309 100644 --- a/molecule/requirements.yml +++ b/molecule/requirements.yml @@ -4,4 +4,6 @@ collections: - name: kubernetes.core - name: operator_sdk.util - name: community.docker - - name: awx.awx + - name: https://github.com/ansible/awx.git#/awx_collection/ + type: git + version: devel