diff --git a/.drone.yml b/.drone.yml index 208fb84..fb73770 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: