9 lines
245 B
YAML
9 lines
245 B
YAML
---
|
|
- name: create Ansible Windows Group and User
|
|
ansible.builtin.include_tasks: ansible_user.yml
|
|
|
|
- name: configure hostname
|
|
ansible.builtin.include_tasks: hostname.yml
|
|
|
|
- name: scan for updates
|
|
ansible.builtin.include_tasks: updates.yml
|