--- - name: Install openldap ansible.builtin.include_tasks: file: install.yml apply: tags: - setup tags: - setup - name: Copy config file ansible.builtin.include_tasks: file: sync_conf.yml apply: tags: - setup tags: - setup - name: Modify nsswitch conf ansible.builtin.include_tasks: file: update_nss.yml apply: tags: - setup tags: - setup