Actions
Feature #22018
closedChange PlayHostRoles to rely on REXCore provider
Difficulty:
Triaged:
Description
The PlayHostRoles task is used to run a playbook with all roles associated to a host.
Currently this is done and tracked using regular tasks. As soon as #13812 is merged, we will have a provider for REX to execute these tasks.
Therefore, the tasks should be ran by remote execution in order to avoid code duplication and provide better live feedback.
Actions