Skip to content

Commit

Permalink
Add debug steps to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
AbraXa5 committed Apr 17, 2024
1 parent 35afb8c commit 68c417a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@ jobs:
- name: Install Ansible Colletion requirements
run: ansible-galaxy install -r requirements.yml

- name: Debug - List installed collections
run: ansible-galaxy collection list

- name: Run ansible-lint
uses: ansible/ansible-lint@main

0 comments on commit 68c417a

Please sign in to comment.