Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

Update dependency ansible.windows to v1.10.0 #391

Merged
merged 1 commit into from
May 29, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ jobs:
PYWINRM_VERSION="0.4.3"
pip3 install pywinrm=="${PYWINRM_VERSION}"
# renovate: datasource=galaxy-collection depName=ansible.windows
ANSIBLE_WINDOWS_VERSION="1.9.1"
ANSIBLE_WINDOWS_VERSION="1.10.0"
# renovate: datasource=galaxy-collection depName=chocolatey.chocolatey
ANSIBLE_CHOCOLATEY_VERSION="1.2.0"
ansible-galaxy collection install ansible.windows:="${ANSIBLE_WINDOWS_VERSION}" chocolatey.chocolatey:="${ANSIBLE_CHOCOLATEY_VERSION}"
Expand Down