blob: 814a46a91bacbbf5f35ffa9762576d32dee00ac2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Install CI dependencies for the Zabbix Roles
#ansible==8.0.0 # commented out to avoid installing collections in site-packages/ansible_collections
ansible-compat==3.0.0
ansible-core==2.15.11
docker==6.1.3
molecule<5
molecule-docker @ git+https://github.com/ansible-community/molecule-docker@main
netaddr==1.2.1
pytest==7.2.1
pytest-testinfra==7.0.0
ipaddr==2.2.0
ipaddress==1.0.23
requests==2.31.0
|