Skip to content

Commit

Permalink
Added dedicated requirements file
Browse files Browse the repository at this point in the history
  • Loading branch information
dj-wasabi committed Oct 20, 2023
1 parent 8b76292 commit 2b423c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/telegraf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
curl -so requirements.txt 'https://raw.githubusercontent.com/dj-wasabi/dj-wasabi-release/main/requirements.txt'
pip install -r requirements.txt
- name: Run role tests on empty systems in check-mode
Expand Down
7 changes: 7 additions & 0 deletions requirementx.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
ansible==8.2.0
ansible-compat==4.1.7
ansible-core==2.15.2
docker==6.1.3
molecule==6.0.1
molecule-docker==2.1.0
netaddr==0.8.0

0 comments on commit 2b423c4

Please sign in to comment.