You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
POST http://server.com/api/v1/job_templates/
Params: None
Data: {"credential": 3, "name": "Dicki-Weissnat", "description": "Re-engineered 5thgeneration extranet", "job_type": "run", "project": 7, "playbook": "helloworld.yml", "inventory": 2}
Response: {"playbook":["Playbook not found for project."]}
That is caused by the fact that the project does not have any playbooks associated with it, because it has not sufficiently had time to sync. I think the only way around this might be to loop over all of the projects and check that the status shows that they all have updated before moving on to the next item.
The text was updated successfully, but these errors were encountered:
Sometimes we get errors like this:
That is caused by the fact that the project does not have any playbooks associated with it, because it has not sufficiently had time to sync. I think the only way around this might be to loop over all of the projects and check that the status shows that they all have updated before moving on to the next item.
The text was updated successfully, but these errors were encountered: