From 4959daefabfda818077c947b2c7dbdf6e5f19dcb Mon Sep 17 00:00:00 2001 From: Boris Zanetti Date: Thu, 20 Apr 2017 20:07:36 +0200 Subject: [PATCH] OSPF replace file by copy in rr template --- roles/network_plugin/calico/rr/tasks/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/roles/network_plugin/calico/rr/tasks/main.yml b/roles/network_plugin/calico/rr/tasks/main.yml index a289e5361..7d3b95728 100644 --- a/roles/network_plugin/calico/rr/tasks/main.yml +++ b/roles/network_plugin/calico/rr/tasks/main.yml @@ -35,11 +35,9 @@ group: root - name: Calico-rr | Link confd templates for calico-node - file: + copy: src: "{{ item }}" dest: "/templates/{{ item }}" - state: hard - force: yes with_items: - bird.cfg.template - bird6.cfg.template