From 1999484cd88ebd83bec5f7e640f690b7e2abb23c Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Sat, 18 Nov 2023 02:11:37 -0500 Subject: [PATCH] update ansible_playbook_execution task --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e14a110..4c73af4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -55,7 +55,7 @@ steps: - name: "ansible_playbook_execution" image: *ansible_image commands: - - ansible-playbook -v $ANSIBLE_INVENTORY $DRONE_WORKSPACE/$ANSIBLE_PLAYBOOK + - ansible-playbook -v $ANSIBLE_INVENTORY $ANSIBLE_PLAYBOOK when: branch: exclude: