From 35c7ad24ecbed340d29b10f58c6e0558ca8f81a3 Mon Sep 17 00:00:00 2001 From: Ian Tewksbury Date: Fri, 18 Oct 2024 12:09:29 -0400 Subject: [PATCH] add kubernetes.core collection --- execution-environment.yaml | 4 ++++ requirements.yaml | 3 +++ 2 files changed, 7 insertions(+) create mode 100644 requirements.yaml diff --git a/execution-environment.yaml b/execution-environment.yaml index 6f53cd8..67dea9c 100644 --- a/execution-environment.yaml +++ b/execution-environment.yaml @@ -10,6 +10,10 @@ dependencies: package_pip: ansible-core ansible_runner: package_pip: ansible-runner + galaxy: requirements.yaml + exclude: + system: + - openshift-clients additional_build_steps: append_builder: diff --git a/requirements.yaml b/requirements.yaml new file mode 100644 index 0000000..bcf4ac9 --- /dev/null +++ b/requirements.yaml @@ -0,0 +1,3 @@ +--- +collections: +- name: kubernetes.core