Ansible-lint fixes 2
Some checks failed
Ansible Lint Pipeline / Ansible-Development-Pipeline (ansible-dev-centos) (push) Failing after 47s

This commit is contained in:
2025-09-24 16:31:00 -04:00
parent b13c47f51e
commit bce82fce83
2 changed files with 5 additions and 1 deletions

View File

@ -27,6 +27,10 @@ jobs:
run: |
ansible-galaxy install -r requirements.yml
- name: Install Pip Dependencies
run: |
pip install jmespath
- name: Run Ansible-Lint
run: |
. ./.ci.env