kickstarts: fix a syntax error

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2025-05-29 14:11:50 -07:00
parent e5b1bc8e52
commit f9e5b67953

View file

@ -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