Bug 2218479

Summary: "Last Report" column is not getting updated when running a ansible-playbook
Product: Red Hat Satellite Reporter: Bharti_Gajjavarapu <bgajjava>
Component: ReportingAssignee: satellite6-bugs <satellite6-bugs>
Status: NEW --- QA Contact: Satellite QE Team <sat-qe-bz-list>
Severity: medium Docs Contact:
Priority: medium    
Version: 6.12.4CC: lstejska, rlavi
Target Milestone: UnspecifiedKeywords: Triaged
Target Release: Unused   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Bharti_Gajjavarapu 2023-06-29 10:17:07 UTC
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.