From 93b1cc91b10679d1368562fc631a87d94d90a2e1 Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <aleksandr.kurbatov@GL1342.local> Date: Mon, 22 Jan 2024 13:51:37 +0000 Subject: [PATCH] Complile task: small updates --- geant/gap_ansible/roles/ibgp_update/tasks/compile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geant/gap_ansible/roles/ibgp_update/tasks/compile.yaml b/geant/gap_ansible/roles/ibgp_update/tasks/compile.yaml index 267f4ba6..988dcabf 100644 --- a/geant/gap_ansible/roles/ibgp_update/tasks/compile.yaml +++ b/geant/gap_ansible/roles/ibgp_update/tasks/compile.yaml @@ -13,7 +13,7 @@ mode: '0755' delegate_to: localhost -- name: Print the template in "/var/tmp/ansible_run_{{ opid }}/base_config.conf" +- name: Print the template in "/var/tmp/ansible_run_{{ opid }}/{{ verb }}.conf" ansible.builtin.template: src: "{{ vendor }}/{{ verb }}.j2" dest: "/var/tmp/ansible_run_{{ opid }}/{{ verb }}.conf" -- GitLab