From 04d7bc0949ed73c8c8c169b427b094630200ceb2 Mon Sep 17 00:00:00 2001 From: Benjamin Labrecque Date: Mon, 6 Jul 2026 14:16:27 +0200 Subject: [PATCH] chore: use localhost for ansible on runner --- ansible/restart-master-ioc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/restart-master-ioc.yml b/ansible/restart-master-ioc.yml index 2f79eaf..2ab54e6 100644 --- a/ansible/restart-master-ioc.yml +++ b/ansible/restart-master-ioc.yml @@ -1,6 +1,6 @@ - name: Restart Master IOC # TODO: dev/prod - hosts: sls-vserv-bd-hla01-dev + hosts: localhost gather_facts: false #TODO: docs?