Skip to content

Commit

Permalink
fix(workflows): ansible-galaxy requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroSuero authored Apr 6, 2024
1 parent dc72fbe commit 562d3c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
- name: Install ansible-lint
run: pip install ansible-lint
- name: Install Galaxy Modules
run: ansible-galaxy install -r requirements/*.yml
run: ansible-galaxy install -r requirements/common.yml
- name: Linting with ansible-lint
run: ansible-lint

0 comments on commit 562d3c7

Please sign in to comment.