Skip to content

Commit

Permalink
Add netaddr to requirements.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-checkmk committed Jun 6, 2024
1 parent 9af36b0 commit c1591c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ jinja2
molecule >= 5.0.1
molecule-plugins[docker]
yamllint
pywinrm
pywinrm
netaddr
2 changes: 1 addition & 1 deletion roles/agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ It can be installed as easy as running:

ansible-galaxy collection install checkmk.general

Additionally, this role needs the Python module `netaddr`.
Additionally, this role requires the Python module `netaddr` on the controller.
Please make sure it is installed on your system and available for Ansible.

## Role Variables
Expand Down

0 comments on commit c1591c9

Please sign in to comment.