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 - name: Ansible Environment Verify
run: | run: |
whoami echo "BUILD_USER: $(whoami)" && echo
. ./.ci.env echo "PWD: $(pwd)" && echo
env hostnamectl && echo
git log -1 lscpu && echo
ansible --version . ./.ci.env && echo
ansible-lint --version env && echo
git log -1 && echo
ansible --version && echo
ansible-lint --version --offline && echo
- name: Install Ansible Galaxy Dependencies - name: Install Ansible Galaxy Dependencies
run: | run: |