Skip to content

Commit

Permalink
ansible-lint truly hates not running in the workspace root directory
Browse files Browse the repository at this point in the history
  • Loading branch information
SirGitsalot committed Jul 26, 2024
1 parent 12d500f commit dfe85d2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,12 @@ jobs:
run: ansible-test sanity -v --color --skip validate-modules
- name: Install ansible-lint
run: pip install ansible-lint==24.7.0
- name: Debug the ansible-lint path
run: |
pwd
ls -al
- name: Run ansible-lint
run: ansible-lint
run: ansible-lint --exclude ./roles/google_cloud_ops_agents/
unit:
runs-on: ubuntu-latest
defaults:
Expand Down

0 comments on commit dfe85d2

Please sign in to comment.