From 42c297f0c700dbc2657f3d9927816c90156123a0 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Wed, 13 Dec 2023 15:22:38 -0500 Subject: [PATCH] fix vars --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 40292aa..731495f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,8 +6,8 @@ name: CentOS_9-Ansible-Pipeline environment: ANSIBLE_IMAGE : "gitea.thezengarden.net/podman/ansible-dev/centos9:release" - ANSIBLE_INVENTORY : *ansible_inventory - ANSIBLE_PLAYBOOK : *ansible_playbook + ANSIBLE_INVENTORY : "-i 127.0.0.1, --connection=local" + ANSIBLE_PLAYBOOK : "baseos.yml" trigger: