2 - name: Include bootstrap
3 ansible.builtin.include_tasks: bootstrap.yml
4 - name: openldap-server
5 ansible.builtin.include_tasks: openldap.yml
6 when: ldap in group_names
7 - name: Samba-Fileserver
8 ansible.buitlin.include_tasks: samba.yml
9 when: samba in group_names
10 - name: Include inventory (last task)
11 ansible.builtin.include_tasks: inventory.yml