updates to .drone.yml #7

Merged
chris merged 16 commits from development into main 2023-11-17 15:58:09 -05:00
Showing only changes of commit af2c35003c - Show all commits

View File

@ -11,6 +11,16 @@ environment:
steps:
- name: "debug"
image: gitea.thezengarden.net/podman/images/ansible-dev:latest
commands:
- echo "$ANSIBLE_DOCKER_IMAGE - $ANSIBLE_INVENTORY - $ANSIBLE_PLAYBOOK"
when:
branch:
- development
event: [push]
- name: "ansible_environment_verify"
image: "$ANSIBLE_DOCKER_IMAGE"
commands: