Description of problem: On the below path, the "Last Report column is not getting updated" when using an ansible playbook. Hosts --> All Hosts --> "Last Report" How reproducible: Create an ansible-playbook with below options and run. -------------------------------------------------------------------- Job Category --> Ansible Playbook Job Template --> Ansible Roles - Ansible Default Search Query --> status.enabled = true --------------------------------------------------------------------- I tried reproducing but I was not able to reproduce the same on the below satellite version. satellite-6.12.4-1 satellite-6.12.2-1 Actual results: Running the ansible-playbook with the below option "Last Report" column should be updated on PATH: Hosts --> All Hosts --> "Last Report" which is not showing. -------------------------------------------------------------------- Job Category --> Ansible Playbook Job Template --> Ansible Roles - Ansible Default Search Query --> status.enabled = true --------------------------------------------------------------------- Expected results: Running the ansible-playbook with the below option "Last Report" column should be updated on PATH: Hosts --> All Hosts --> "Last Report". -------------------------------------------------------------------- Job Category --> Ansible Playbook Job Template --> Ansible Roles - Ansible Default Search Query --> status.enabled = true --------------------------------------------------------------------- Additional info: - The script is running successfully without any errors. - Applying for roles by selecting multiple hosts is updating the "Last Report" column but using ansible-playbook it is failing.