mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-02-02 20:59:02 +08:00
kickstarts: fix a syntax error
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
- name: Copy kickstart templates to published dir for use
|
||||
ansible.builtin.template:
|
||||
src="{{ item }}".j2
|
||||
src="{{ item }}.j2"
|
||||
dest="/srv/web/repo/rhel/ks/{{ item }}"
|
||||
with_items:
|
||||
- kvm-fedora
|
||||
|
||||
Reference in New Issue
Block a user