From 3f9f1b78b6bdcc0454f0aa698c5506dfaf89d29a Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Wed, 13 Dec 2023 15:35:09 -0500 Subject: [PATCH] move to env vars --- .drone.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 93961f6..2caab7c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,9 +4,8 @@ type: docker name: CentOS_9-Ansible-Pipeline environment: - ANSIBLE_INVENTORY : *ansible_inventory - ANSIBLE_PLAYBOOK : *ansible_playbook - + ANSIBLE_INVENTORY : "-i 127.0.0.1, --connection=local" + ANSIBLE_PLAYBOOK : "baseos.yml" trigger: branch: