awx-facts-playbooks
awx-facts-playbooks copied to clipboard
Change Path to machine-id for INSIGHTS_SYSTEM_ID_FILE
The machine-id no longer points to /etc/redhat-access-insights/machine-id
This should be changed to /etc/machine-id
RHEL8
ls -al /etc/redhat-access-insights/machine-id
ls: cannot access '/etc/redhat-access-insights/machine-id': No such file or directory
RHEL7
ls -al /etc/redhat-access-insights/machine-id
ls: cannot access '/etc/redhat-access-insights/machine-id': No such file or directory
It should be changed to /etc/insights-client/machine-id
, not /etc/machine-id
.
The file /etc/machine-id
is part of the systemd RPM, and has nothing to do with Insights.
It should check the system_id in both /etc/redhat-access-insights/machine-id and /etc/insights-client/machine-id for backward compatibility.