Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide Job Status #41

Closed
ryancbutler opened this issue Oct 24, 2024 · 1 comment
Closed

Provide Job Status #41

ryancbutler opened this issue Oct 24, 2024 · 1 comment

Comments

@ryancbutler
Copy link

ryancbutler commented Oct 24, 2024

Currently, once the job is intialized there is no way to know the status of the job (success, failure, even running). Be valuable to have the ability to wait for the job to finish and output some sort of status.

resource "aap_job" "sample_foo" {
  job_template_id = 14
  inventory_id    = aap_inventory.my_inventory.id
 wait_for_status = true
}
@ryancbutler
Copy link
Author

I see #28 for the same request. Closing dup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant