From e68499190568c6cb2de6a89aacfa9ebaac974aae Mon Sep 17 00:00:00 2001 From: Simone Spinelli <simone.spinelli@geant.org> Date: Mon, 8 Jan 2024 14:35:04 +0100 Subject: [PATCH] Fix typo on iptrunk playbook --- 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 7a4bee41..1fc7c566 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: "{{ automation_user }}" gather_facts: false roles: - Juniper.junos -- GitLab