Michael Grote
7a24089031
Reviewed-on: #584 Co-authored-by: Michael Grote <michael.grote@posteo.de> Co-committed-by: Michael Grote <michael.grote@posteo.de>
11 lines
283 B
YAML
11 lines
283 B
YAML
---
|
|
- name: include install tasks
|
|
ansible.builtin.include_tasks: packages.yml
|
|
|
|
- name: include user tasks
|
|
ansible.builtin.include_tasks: users.yml
|
|
when: smb_users is defined
|
|
|
|
- name: include share tasks
|
|
ansible.builtin.include_tasks: shares.yml
|
|
when: smb_shares is defined
|