Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Ansible requirement #326

Merged
merged 2 commits into from
Aug 4, 2021
Merged
Show file tree
Hide file tree
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ oVirt Ansible Collection
Requirements
------------

* Ansible version 2.9.11 or higher
* Ansible version 2.9.21 or higher
* Python SDK version 4.4 or higher
* Python netaddr library on the ansible controller node

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
minor_changes:
- readme - Update Ansible requirement (https://github.com/oVirt/ovirt-ansible-collection/pull/326).
2 changes: 1 addition & 1 deletion ovirt-ansible-collection.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ License: ASL 2.0 and GPLv3+
BuildArch: noarch
Url: http://www.ovirt.org

Requires: ansible >= 2.9.11
Requires: ansible >= 2.9.21
Requires: python3-ovirt-engine-sdk4 >= 4.4.11
Requires: python3-netaddr
Requires: python3-jmespath
Expand Down