--- - name: Include bootstrap ansible.builtin.include_tasks: bootstrap.yml - name: openldap-server ansible.builtin.include_tasks: openldap.yml when: ldap in group_names - name: Samba-Fileserver ansible.buitlin.include_tasks: samba.yml when: samba in group_names - name: Include inventory (last task) ansible.builtin.include_tasks: inventory.yml