Hi,
We are running ansible 2.2.1.0 and upgraded tower from 3.0.2 to 3.1.1
After the tower upgrade, when we run a job template, the job fails because the with “SCM Update failed for Ops with ID 46720”
The issue I realized is that the job is looking for a job ID that doesn’t exist.
Example, running the job template will spawn two jobs, 46718 is the ID of the play and 46719 the ID for the scm update, but the play job will fail with the above message looking for job ID 46720 (not 46719) which doesn’t exits.
I’m guessing there is counter in the database somewhere that is holding this value?
Any help would be greatly appreciated.
Thanks
Nik