From 7a60623201082447e265c3045a7bc03b536eb45c Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Fri, 17 Nov 2023 15:40:49 -0500 Subject: [PATCH] fix L#15 mapping values are not allowed in this context --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index dbae5d0..931a45b 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 "image: $ANSIBLE_DOCKER_IMAGE - inventory: $ANSIBLE_INVENTORY - playbook: $ANSIBLE_PLAYBOOK" + - "echo 'image: $ANSIBLE_DOCKER_IMAGE - inventory: $ANSIBLE_INVENTORY - playbook: $ANSIBLE_PLAYBOOK'" when: branch: - development