Fix some linting errors

This commit is contained in:
2024-02-08 13:18:07 -05:00
parent a51c8ed2ff
commit 7192063d53
16 changed files with 25 additions and 517 deletions

View File

@@ -1,12 +1,12 @@
- name: create an ovirt windows template
- name: Create an ovirt windows template
hosts: windows_template_base
gather_facts: False
gather_facts: false
connection: local
become: no
become: false
vars:
ansible_python_interpreter: "{{ ansible_playbook_python }}"
roles:
- oatakan.windows_ovirt_template