does your SCM use a non-standard port? might relate to: https://github.com/ansible/ansible/issues/20653
I had a similar issue with SCM after the 3.0==>3.1 and my SCM uses port 2222 instead of 80 or 443 On Wednesday, March 15, 2017 at 9:50:38 AM UTC-4, Nicholas Chrysandreas wrote: > > 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. > > Thanks for your help > > Regards > Nik > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/77e2d6f7-01c2-4fbc-9128-92919564a667%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
