Removing requirements file and use it from ci-base repo

This commit is contained in:
Werner Dijkerman
2020-09-01 16:02:05 +02:00
parent 562a751990
commit 559081b000
2 changed files with 2 additions and 11 deletions

View File

@ -57,7 +57,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r molecule/requirements.txt
curl -so requirements.txt 'https://raw.githubusercontent.com/dj-wasabi/ansible-ci-base/master/requirements.txt'
pip install -r requirements.txt
- name: Run role tests
run: >-

View File

@ -1,10 +0,0 @@
# Install CI dependencies for the Zabbix Roles
ansible==2.9.11
ansible-lint==4.2.0
docker==4.2.1
molecule==3.0.4
netaddr==0.7.19
testinfra==5.2.1
zabbix-api==0.5.4
ipaddr==2.2.0
ipaddress==1.0.23