diff options
Diffstat (limited to 'ansible_collections/community/zabbix/molecule/requirements.txt')
-rw-r--r-- | ansible_collections/community/zabbix/molecule/requirements.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ansible_collections/community/zabbix/molecule/requirements.txt b/ansible_collections/community/zabbix/molecule/requirements.txt new file mode 100644 index 00000000..bec205a0 --- /dev/null +++ b/ansible_collections/community/zabbix/molecule/requirements.txt @@ -0,0 +1,11 @@ +# Install CI dependencies for the Zabbix Roles +ansible==7.0.0 +ansible-compat==0.5.0 +ansible-core==2.14.2 +docker==5.0.2 +molecule==3.5.1 +molecule-docker==1.0.2 +netaddr==0.8.0 +pytest-testinfra==6.1.0 +ipaddr==2.2.0 +ipaddress==1.0.23 |