Fixes
All checks were successful
Ansible Code Pipeline / Ansible-Development-Pipeline (push) Successful in 15s

This commit is contained in:
2025-08-25 13:28:27 -04:00
parent c1bf3ddefb
commit 79b3a22519
7 changed files with 19 additions and 133 deletions

View File

@ -7,10 +7,7 @@ on:
jobs:
Ansible-Development-Pipeline:
strategy:
matrix:
os: [ ansible-dev-centos, ansible-dev-fedora, ansible-dev-debian ]
runs-on: ${{ matrix.os }}
runs-on: ansible-dev-centos
steps:
- name: Clone repository
@ -18,13 +15,18 @@ jobs:
- name: Ansible Environment Verify
run: |
. ./.drone.env
env
git log -1
ansible --version
ansible-lint --version
echo "BUILD HOST: $(cat /etc/hostname)" && echo
echo "BUILD USER: $(whoami)" && echo
echo "PWD: $(pwd)" && echo
lscpu && echo
. ./.ci.env && echo
env && echo
git log -1 && echo
ansible --version && echo
ansible-lint --version --offline && echo
- name: Run Ansible-Lint
run: |
. ./.drone.env
. ./.ci.env
ansible-lint --offline --nocolor $ANSIBLE_LINT_EXCLUSION