mirror of
https://github.com/dj-wasabi/ansible-telegraf.git
synced 2025-07-17 08:46:37 +00:00
Removing requirements file and use it from ci-base repo
This commit is contained in:
3
.github/workflows/telegraf.yml
vendored
3
.github/workflows/telegraf.yml
vendored
@ -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: >-
|
||||
|
@ -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
|
Reference in New Issue
Block a user