IBM Cloud Docs
Reviewing actions job

Reviewing actions job

Use the Schematics actions job details to find the history of all Schematics internal activities. The activities include downloading your Ansible playbook or verifying your playbook, and to see the Ansible logs for the playbook that you ran on your target hosts.

Jobs are classified into the following categories:

  • System jobs: These jobs represent all Schematics internal activities and checks. For example, downloading your Ansible playbook from GitHub or verifying your playbook. You can find these jobs in the All tab on the action's Jobs page.
  • User jobs: These jobs are created when you check or run an action. You can find a summary of all user-initiated jobs when you click the User tab on the action's Jobs page.

Review the following status that can be assigned to a job:

Job status
Status Description
ok The total number of target hosts where the Ansible playbook ran.
changed The total number of target hosts that were accessed and changed.
failed The total number of target hosts where the Ansible playbook might not have run successfully.
skipped The total number of target hosts that were accessed but might not be updated as changes are applied to the hosts.
unreachable The total number of target hosts that might not be found or reached.

When you encounter a DEPRECATION WARNING message in job execution, set the input variable as ansible_python_interpreter = auto to supress the warning.