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,16 +1,16 @@
- name: Create Windows AD Server
hosts: WinAD
gather_facts: False
gather_facts: false
connection: local
become: no
become: false
vars:
ansible_python_interpreter: "{{ ansible_playbook_python }}"
roles:
- oatakan.ansible-role-ovirt
- name: Configure AD Controller
hosts: WinAD
become: yes
become: false
- oatakan.ansible-role-windows-ad-controller