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: