ansible-lint truly hates not running in the workspace root directory

This commit is contained in:
Chris Hawk 2024-07-26 16:18:55 -07:00
parent 12d500f044
commit dfe85d24a0

View file

@ -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: