Actions
Feature #15839
closedAnsible run should run roles inherited from associated hostgroups too
Description
When ansible command is being generated it should take into consideration not only host roles assigned directly but also roles from a host's host group. It should also take roles from host group parent recursively. Note that the order can matter so unless we have some easy way to let user choose the order, we should have deterministic and predictable algorithm how does the merge ends up. Also we should handle duplicate role names.
Actions