From 46450fa5d0f785a931c0ff0df5498cd7a6e80cfa Mon Sep 17 00:00:00 2001
From: Simone Spinelli <simone.spinelli@geant.org>
Date: Mon, 8 Jan 2024 14:39:01 +0100
Subject: [PATCH] Rename automation user and incorporate Juniper changes

---
 geant/gap_ansible/playbooks/iptrunks.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/geant/gap_ansible/playbooks/iptrunks.yaml b/geant/gap_ansible/playbooks/iptrunks.yaml
index 1fc7c566..5294e36a 100644
--- a/geant/gap_ansible/playbooks/iptrunks.yaml
+++ b/geant/gap_ansible/playbooks/iptrunks.yaml
@@ -1,6 +1,6 @@
 - name: Manage iptrunks playbook
   hosts: all
-  remote_user: "{{ automation_user }}"
+  remote_user: "{{ gap_ansible_user }}"
   gather_facts: false
   roles:
     - Juniper.junos
-- 
GitLab