BaseOS v1.0.21 #2

Merged
chris merged 35 commits from testing into main 2024-02-28 20:29:05 -05:00
Showing only changes of commit 1c47c6699f - Show all commits

View File

@ -17,6 +17,8 @@ jobs:
- name: Ansible Environment Verify
run: |
. ./.drone.env
env
git log -1
ansible --version
ansible-lint --version
@ -27,11 +29,10 @@ jobs:
- name: Run Ansible-Lint
run: |
ansible-lint --offline \
--exclude collections/ansible_collections/ansible* \
--exclude collections/ansible_collections/community* \
--exclude .gitea
. ./.drone.env
ansible-lint --offline $ANSIBLE_LINT_EXCLUSION
- name: Run Ansible-Playbook
run: |
ansible-playbook -v -i 127.0.0.1, --connection=local baseos.yml
. ./.drone.env
ansible-playbook -v $ANSIBLE_INVENTORY $ANSIBLE_PLAYBOOK