Skip to content

Commit

Permalink
README: require ansible-utils >=v4.0.0 or newer when using netaddr >=…
Browse files Browse the repository at this point in the history
…v1.0.0

relevant part from the netaddr v1.0.0 changelog:
"Remove the IPAddress.is_private method."
https://netaddr.readthedocs.io/en/latest/changes.html#release-1-0-0
https://github.com/ansible-collections/ansible.utils/releases/tag/v4.0.0

related	to #245
  • Loading branch information
nusenu committed Dec 16, 2024
1 parent 07e5cfc commit 190b568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Control Machine Requirements

- do **not** run this role with `become: yes`
- tor >= 0.4.8
- python-netaddr package must be installed
- python-netaddr package must be installed (ansible-utils version must be >= v4.0.0 if using netaddr >= v1.0.0. See #245)
- required commands: sort, uniq, wc, cut, sed, xargs
- openssl >= 1.0.0
- ansible >= 2.16.4
Expand Down

0 comments on commit 190b568

Please sign in to comment.