homeserver/roles/mgrote.fileserver_smb/tasks/main.yml
mg f5dc006a84 Update: fileserver_smb auf dict statt einzelne Variablen (#277)
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#277
Co-authored-by: mg <michael.grote@posteo.de>
Co-committed-by: mg <michael.grote@posteo.de>
2021-12-14 20:26:49 +01:00

12 lines
251 B
YAML

---
- name: include install tasks
include_tasks: packages.yml
- name: include user tasks
include_tasks: users.yml
when: smb_users is defined
- name: include share tasks
include_tasks: shares.yml
when: smb_shares is defined