From 1c46152c826fbb30021caa0dc41ec0c20d64cd5a Mon Sep 17 00:00:00 2001 From: Stewart X Addison Date: Wed, 28 Feb 2024 15:12:09 +0000 Subject: [PATCH] awx: add requirements.yml for galaxy roles Signed-off-by: Stewart X Addison --- collections/requirements.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 collections/requirements.yml diff --git a/collections/requirements.yml b/collections/requirements.yml new file mode 100644 index 0000000000..9ee87128fb --- /dev/null +++ b/collections/requirements.yml @@ -0,0 +1,6 @@ +--- +# Required by AWX for the homebrew and zypper operations +# in curl/GIT_Source roles +collections: + - name: community.general + source: https://galaxy.ansible.com