kickstarts: fix a syntax error
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
e5b1bc8e52
commit
f9e5b67953
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue