diff --git a/geant/gap_ansible/roles/ibgp_update/tasks/compile.yaml b/geant/gap_ansible/roles/ibgp_update/tasks/compile.yaml index 267f4ba6a6139aae4726df3025d420ebcd34119d..988dcabfaff9b87e0f995022805bb4238366b174 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"