OSPF replace file by copy in rr template
This commit is contained in:
parent
77bc915aa1
commit
4959daefab
1 changed files with 1 additions and 3 deletions
|
@ -35,11 +35,9 @@
|
||||||
group: root
|
group: root
|
||||||
|
|
||||||
- name: Calico-rr | Link confd templates for calico-node
|
- name: Calico-rr | Link confd templates for calico-node
|
||||||
file:
|
copy:
|
||||||
src: "{{ item }}"
|
src: "{{ item }}"
|
||||||
dest: "/templates/{{ item }}"
|
dest: "/templates/{{ item }}"
|
||||||
state: hard
|
|
||||||
force: yes
|
|
||||||
with_items:
|
with_items:
|
||||||
- bird.cfg.template
|
- bird.cfg.template
|
||||||
- bird6.cfg.template
|
- bird6.cfg.template
|
||||||
|
|
Loading…
Reference in a new issue