- hosts: all tasks: - name: Perform system update apt: update_cache: true upgrade: true - hosts: all roles: - minecraft-server