From 1ba8a223633ae87b9c85c96752410874ebc42d8c Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Wed, 13 Dec 2023 15:37:06 -0500 Subject: [PATCH] playbook change --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 0de7cb8..fbe2c45 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ name: CentOS_9-Ansible-Pipeline environment: ANSIBLE_INVENTORY : "-i 127.0.0.1, --connection=local" - ANSIBLE_PLAYBOOK : "baseos.yml" + ANSIBLE_PLAYBOOK : hello.yml trigger: branch: