Skip to content
Closed
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 requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ botocore==1.42.79
# bootstrap_wrapper receives null input and all Windows modules fail with:
# "ConvertFrom-Json: Cannot bind argument to parameter 'InputObject' because it is null"
# Pin to 2.17.x until the amazon.aws SSM plugin properly handles pipelined in_data.
ansible-core>=2.17.0,<2.18.0
ansible-core>=2.20.4,<2.21.0
ansible_runner
pywinrm
# AZURE
Expand Down
Loading