feat: ubuntu compatibility

This commit is contained in:
Malik Kennedy 2024-03-16 18:17:20 +00:00
commit b9d9874a00
No known key found for this signature in database
22 changed files with 222 additions and 26 deletions

View file

@ -10,6 +10,7 @@ Requirements
This role requires the `python3-netaddr` library installed on the controller node.
* to install via yum/dnf: `dnf install python3-netaddr`
* to install via apt: `apt install python3-netaddr`
* or via pip: `pip install netaddr==0.8.0`
* or via the collection: `pip install -r requirements.txt`