Clean up some cruft
This commit is contained in:
12
playbooks/build_windows_template.yml
Normal file
12
playbooks/build_windows_template.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
- name: create an ovirt windows template
|
||||
hosts: windows_template_base
|
||||
gather_facts: False
|
||||
connection: local
|
||||
become: no
|
||||
|
||||
vars:
|
||||
ansible_python_interpreter: "{{ ansible_playbook_python }}"
|
||||
|
||||
|
||||
roles:
|
||||
- oatakan.windows_ovirt_template
|
||||
Reference in New Issue
Block a user