Skip to content

Commit

Permalink
Fix grammar in docs
Browse files Browse the repository at this point in the history
This change fixes a grammatical issue with the troubleshooting docs

Signed-off-by: Brendan Shephard <[email protected]>
  • Loading branch information
bshephar committed Apr 29, 2024
1 parent db3556a commit 7a67189
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ AnsibleEE jobs have an associated condition message that indicates the current s
* `AnsibleExecutionJob not found`: The job could not be found.
* `AnsibleExecutionJob is running`: The job is currently running.
* `AnsibleExecutionJob complete`: The job execution is complete.
* `AnsibleExecutionJob error occured <error_message>`: The job stopped executed unexpectedly. The `<error_message>` is replaced with a specific error message.
* `AnsibleExecutionJob error occured <error_message>`: The job execution stopped unexpectedly. The `<error_message>` is replaced with a specific error message.

To further investigate a service displaying a particular job condition message, use the command `oc logs job/<service>` to display the logs associated with that service. For example, to display the logs for the `repo-setup-openstack-edpm` service, use the command `oc logs job/repo-setup-openstack-edpm`.

Expand Down

0 comments on commit 7a67189

Please sign in to comment.