From c8fb5f0d064b611d0c3b5811d2e09e5239a92678 Mon Sep 17 00:00:00 2001 From: Benjamin Labrecque Date: Tue, 7 Jul 2026 16:24:40 +0200 Subject: [PATCH] chore: ansible ioc/service master restart --- ansible/hosts.yml | 1 + ansible/plays/service/service-deploy-and-restart.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ansible/hosts.yml b/ansible/hosts.yml index 3097a88..c7dd14e 100644 --- a/ansible/hosts.yml +++ b/ansible/hosts.yml @@ -1,4 +1,5 @@ all: hosts: sls-lc: + ansible_remote_tmp: /tmp/.ansible_${ansible_user}_tmp sls-vserv-bd-hla01-dev: \ No newline at end of file diff --git a/ansible/plays/service/service-deploy-and-restart.yml b/ansible/plays/service/service-deploy-and-restart.yml index 80e41f4..286e4ac 100644 --- a/ansible/plays/service/service-deploy-and-restart.yml +++ b/ansible/plays/service/service-deploy-and-restart.yml @@ -1,7 +1,7 @@ - name: Deploy and Restart Service # TODO: dev/prod hosts: sls-vserv-bd-hla01-dev - connection: local + # connection: local gather_facts: false tasks: