workflow/lint: minify ansible-lint block
All checks were successful
ci-lint / test (push) Successful in 26s

This commit is contained in:
Josh Lay 2025-10-19 08:37:36 -05:00
parent f13c5afc63
commit 77f71dafb6
Signed by: jlay
SSH key fingerprint: SHA256:RwEMoWwXniQX1sqHfSD+3z+LKU/TOkv3i1qsy75vfec

View file

@ -34,9 +34,7 @@ jobs:
pip install --no-compile ansible-core ansible-lint
ansible-galaxy collection install -r meta/requirements.yml
- name: ansible-lint
run: |
ansible-lint
- run: ansible-lint
env:
PY_COLORS: '1'
ANSIBLE_FORCE_COLOR: '1'