[releng] needed to use dest= not def=
This commit is contained in:
parent
1ac635bada
commit
5df4f2798f
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
|||
- ftbfs
|
||||
|
||||
- name: add ftbfs script config file
|
||||
template: src=ftbfs.cfg.j2 def=/etc/
|
||||
template: src=ftbfs.cfg.j2 dest=/etc/
|
||||
when: inventory_hostname.startswith('compose-x86-01')
|
||||
tags:
|
||||
- ftbfs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue