From c1da38f6552a3bcd45e7fb1f526a8bf2c0a3c8ec Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Wed, 13 Dec 2023 23:58:31 -0500 Subject: [PATCH] Oopsed the playbook name --- .drone.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.env b/.drone.env index 21d36a8..1337480 100644 --- a/.drone.env +++ b/.drone.env @@ -1,3 +1,3 @@ export ANSIBLE_LINT_EXCLUSION="--exclude collections/ansible_collections/ansible* --exclude collections/ansible_collections/community* --exclude .gitea" export ANSIBLE_INVENTORY="-i 127.0.0.1, --connection=local" -export ANSIBLE_PLAYBOOK="baseos.yml" +export ANSIBLE_PLAYBOOK="hello.yml"