Tweaks to workflow; Actions test
All checks were successful
Ansible Code Pipeline / Ansible-Development-Pipeline (ansible-dev-centos9) (push) Successful in 1m35s
Ansible Code Pipeline / Ansible-Development-Pipeline (ansible-dev-debian12) (push) Successful in 1m19s
Ansible Code Pipeline / Ansible-Development-Pipeline (ansible-dev-fedora39) (push) Successful in 1m26s

This commit is contained in:
Chris Hammer 2024-12-17 22:14:16 -05:00
parent 70f3898557
commit 30c5c621c2
2 changed files with 3 additions and 3 deletions

View File

View File

@ -18,7 +18,7 @@ jobs:
- name: Ansible Environment Verify
run: |
whoami
. ./.drone.env
. ./.ci.env
env
git log -1
ansible --version
@ -30,10 +30,10 @@ jobs:
- name: Run Ansible-Lint
run: |
. ./.drone.env
. ./.ci.env
ansible-lint --offline $ANSIBLE_LINT_EXCLUSION
- name: Run Ansible-Playbook
run: |
. ./.drone.env
. ./.ci.env
ansible-playbook -v $ANSIBLE_INVENTORY $ANSIBLE_PLAYBOOK