--- - include_tasks: install.yml when: ansible_os_family == 'Debian' tags: - install - include_tasks: configure.yml when: ansible_os_family == 'Debian' tags: - configure - include_tasks: configure_systemd.yml when: ansible_os_family == 'Debian' tags: - install - configure_systemd - include_tasks: update.yml when: ansible_os_family == 'Debian' tags: - update