From a4f2cd311bee348ded1b68ec5dce724734e43486 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Wed, 13 Dec 2023 15:22:58 -0500 Subject: [PATCH] fix step name --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 731495f..93f5eeb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -25,7 +25,7 @@ steps: - echo $ANSIBLE_PLAYBOOK - - name: "ansible_environment_verify" + - name: "another_ansible_environment_verify" image: "${ANSIBLE_IMAGE}" commands: - echo $ANSIBLE_IMAGE