diff --git a/.drone.yml b/.drone.yml index 9d8a448..dbae5d0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,7 @@ steps: - name: "debug" image: gitea.thezengarden.net/podman/images/ansible-dev:latest commands: - - echo "$ANSIBLE_DOCKER_IMAGE - $ANSIBLE_INVENTORY - $ANSIBLE_PLAYBOOK" + - echo "image: $ANSIBLE_DOCKER_IMAGE - inventory: $ANSIBLE_INVENTORY - playbook: $ANSIBLE_PLAYBOOK" when: branch: - development