Update lint command; Add verbosity
All checks were successful
Ansible Code Pipeline / Ansible-Development-Pipeline (ansible-dev-fedora41) (push) Successful in 9s

This commit is contained in:
2025-08-05 00:45:13 -04:00
parent f7734909de
commit 10b6cfaffe

View File

@ -31,4 +31,4 @@ jobs:
- name: Run Ansible-Lint - name: Run Ansible-Lint
run: | run: |
. ./.ci.env . ./.ci.env
ansible-lint --offline $ANSIBLE_LINT_EXCLUSION ansible-lint -v --offline $ANSIBLE_LINT_EXCLUSION