-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
None
Description of problem:
After selecting multiple servers and running the ansible roles, we can see all the tasks on all the servers, even if the role is not assigned to them.
Version-Release number of selected component (if applicable):
6.13.z
How reproducible:
100%
Steps to Reproduce:
1. Create and import a role (in this example, one for rhel7 and another one for rhel8)
2. Assign them to hg respectively, hg_rhel7 with role7 and hg_rhel8 with role8
3. Select both servers and check to deploy the roles
Actual results:
The play will be executed correctly and will deploy only the content for that specific hg, for example, for the server on hg_rhel7, only the role7 will be deployed. However, when clicking on top of the server, we can see the task for rhel7 and also the task for rhel8
Expected results:
When clicking on rhel7 server, be able to see ONLY the tasks related to the hg_rhel7/role7 and nothing else.
Additional info:
- duplicates
-
SAT-21428 Misleading job invocation details when running ansible roles in bulk
- Backlog