mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 10:31:56 +08:00
[releng] needed to use dest= not def=
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user