Skip to content

Commit

Permalink
add ansible requirements file
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdotcosta committed Dec 14, 2023
1 parent 19f447f commit 97a3b1f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
run: |
pip install -r requirements.txt
pip install -r molecule/requirements.txt
ansible-galaxy install collection -r requirements.yml --upgrade
- name: Print configuration versions
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
run: |
pip install -r requirements.txt
pip install -r molecule/requirements.txt
ansible-galaxy install collection -r requirements.yml --upgrade
- name: Print configuration versions
run: |
Expand Down
5 changes: 5 additions & 0 deletions requirements.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
collections:
- name: openstack.cloud
version: ">=2.2.0"
source: https://galaxy.ansible.com

0 comments on commit 97a3b1f

Please sign in to comment.