From 99542f9edbfc7a638f9d3c4945a5f33d1f9bb5ad Mon Sep 17 00:00:00 2001 From: Mike Morency Date: Mon, 20 Jan 2025 13:55:32 -0500 Subject: [PATCH] add vmware_rest back into ansible.yaml --- resources/ansible.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/ansible.yaml b/resources/ansible.yaml index 0d1fd9d..fc2be86 100644 --- a/resources/ansible.yaml +++ b/resources/ansible.yaml @@ -301,3 +301,7 @@ resources: - redhat-cop/infra.platform_configuration: connection: github.com-git zuul/include: [] + # vmware_rest does not use zuul, but other repos are dependent + # on it being in the zuul config + - ansible-collections/vmware.vmware_rest: + zuul/include: [] \ No newline at end of file