anaconda/tests/roles/dirinstall/tasks/main.yml

14 lines
247 B
YAML
Raw Normal View History

---
- name: Install vnc install dependencies
dnf:
name:
- metacity
state: latest
when: method == "--vnc"
- include_tasks: ks-run.yml
with_fileglob:
- templates/kickstarts/*
loop_control:
loop_var: kickstart_template