--- - name: Install GLPI hosts: ungrouped remote_user: root pre_tasks: - name: Update APT packages indexes ansible.builtin.apt: update_cache: true roles: - nginx - php - glpi ...