From 0e8aedea0e317a5a568361a5587946d4d3542c6c Mon Sep 17 00:00:00 2001 From: Mark Chappell Date: Mon, 23 Jan 2023 10:54:14 +0100 Subject: [PATCH] Add ansible.windows as a dependency for the community.aws tests The aws_ssm connection plugin depends on ansible.windows to test connections to Windows instances --- zuul.d/aws-integration-worker-jobs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/zuul.d/aws-integration-worker-jobs.yaml b/zuul.d/aws-integration-worker-jobs.yaml index 7e9863544..1e9163663 100644 --- a/zuul.d/aws-integration-worker-jobs.yaml +++ b/zuul.d/aws-integration-worker-jobs.yaml @@ -1728,6 +1728,7 @@ - build-ansible-collection: required-projects: - name: github.com/ansible-collections/ansible.utils + - name: github.com/ansible-collections/ansible.windows - name: github.com/ansible-collections/amazon.aws - name: github.com/ansible-collections/ansible.netcommon - name: github.com/ansible-collections/community.aws