why didnt this work previously; does it work now?
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Chris Hammer 2023-11-19 22:17:52 -05:00
parent 07b1c64282
commit de4b4bff42

View File

@ -3,15 +3,15 @@ kind: pipeline
type: docker
name: run_ansible_tests
global-variables:
ansible_image : &ansible_image "gitea.thezengarden.net/podman/images/ansible-dev:latest"
ansible_inventory : &ansible_inventory "-i 127.0.0.1, --connection=local"
ansible_playbook : &ansible_playbook "hello.yml"
# global-variables:
# ansible_image : &ansible_image "gitea.thezengarden.net/podman/images/ansible-dev:latest"
# ansible_inventory : &ansible_inventory "-i 127.0.0.1, --connection=local"
# ansible_playbook : &ansible_playbook "hello.yml"
environment:
ANSIBLE_INVENTORY : *ansible_inventory
ANSIBLE_PLAYBOOK : *ansible_playbook
ANSIBLE_DOCKER_IMAGE : *ansible_image
ANSIBLE_DOCKER_IMAGE : "gitea.thezengarden.net/podman/images/ansible-dev:latest"
ANSIBLE_INVENTORY : "-i 127.0.0.1, --connection=local"
ANSIBLE_PLAYBOOK : "hello.yml"
trigger:
branch: