From 6218f59948f4032b72d277448e2efe0afd0e0965 Mon Sep 17 00:00:00 2001 From: Noah Knegt Date: Fri, 31 Mar 2023 10:05:08 +0200 Subject: [PATCH] Fix the hosts file specified Signed-off-by: Noah Knegt --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 9d2b0cf..f20f31b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,7 +32,7 @@ steps: - name: ansible apply image: cytopia/ansible:latest-tools commands: - - ansible-playbook -i inventory/hosts site.yml --private-key /drone/src/.ssh/id_ed25519 + - ansible-playbook -i inventory/hosts.yml site.yml --private-key /drone/src/.ssh/id_ed25519 when: event: - push -- 2.49.1