take 9823492291
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Chris Hammer 2023-12-13 23:50:32 -05:00
parent b1367f47c4
commit edffe71427

View File

@ -20,15 +20,16 @@ steps:
- echo "ANSIBLE_INVENTORY -> $ANSIBLE_INVENTORY" - echo "ANSIBLE_INVENTORY -> $ANSIBLE_INVENTORY"
- echo "ANSIBLE_PLAYBOOK -> $ANSIBLE_PLAYBOOK" - echo "ANSIBLE_PLAYBOOK -> $ANSIBLE_PLAYBOOK"
# - name: "ansible_environment_verify" - name: "ansible_environment_verify"
# image: gitea.thezengarden.net/podman/ansible-dev/centos9:release image: gitea.thezengarden.net/podman/ansible-dev/centos9:release
# commands: commands:
# - git log -1 - . ./.drone.env
# - ansible --version - git log -1
# - ansible-lint --version - ansible --version
# - echo "ANSIBLE_LINT_EXCLUSION -> $ANSIBLE_LINT_EXCLUSION" - ansible-lint --version
# - echo "ANSIBLE_INVENTORY -> $ANSIBLE_INVENTORY" - echo "ANSIBLE_LINT_EXCLUSION -> $ANSIBLE_LINT_EXCLUSION"
# - echo "ANSIBLE_PLAYBOOK -> $ANSIBLE_PLAYBOOK" - echo "ANSIBLE_INVENTORY -> $ANSIBLE_INVENTORY"
- echo "ANSIBLE_PLAYBOOK -> $ANSIBLE_PLAYBOOK"
# - name: "ansible_galaxy_requirements" # - name: "ansible_galaxy_requirements"
# image: gitea.thezengarden.net/podman/ansible-dev/centos9:release # image: gitea.thezengarden.net/podman/ansible-dev/centos9:release