Upgrade to 1.22.6 #12

Merged
chris merged 5 commits from development into main 2025-01-06 14:02:50 -05:00
Showing only changes of commit 004e8c7096 - Show all commits

View File

@ -17,12 +17,15 @@ jobs:
- name: Ansible Environment Verify
run: |
whoami
. ./.ci.env
env
git log -1
ansible --version
ansible-lint --version
echo "BUILD_USER: $(whoami)" && echo
echo "PWD: $(pwd)" && echo
hostnamectl && echo
lscpu && echo
. ./.ci.env && echo
env && echo
git log -1 && echo
ansible --version && echo
ansible-lint --version --offline && echo
- name: Install Ansible Galaxy Dependencies
run: |