Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
brpaz committed Sep 6, 2024
1 parent a53a77f commit 9c02797
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
- name: Install Dependencies
run: pip install -r requirements.txt

- name: Install Ansible Galaxy roles
run: |
ansible-galaxy install -p .ansible_galaxy/roles -r requirements.yml
ansible-galaxy collection install -p .ansible_galaxy/collections -r requirements.yml
- name: Run Ansible Lint
run: ansible-lint playbooks/setup.yml roles

Expand Down

0 comments on commit 9c02797

Please sign in to comment.