blob: c1d397d0c7744c2f8def94a36cf6aa38c2f0792c [file] [log] [blame]
SF initial configuratora26c41e2022-10-06 13:33:13 +03001---
2- debug:
3 msg: "Running: {{ ' '.join(virt_customize_cmd) }}"
4
5- name: Run virt-customize
6 command: "{{ ' '.join(virt_customize_cmd) }}"
7 environment: "{{ virt_customize_env|default({}) }}"