mirror of
https://github.com/ansible/awx.git
synced 2026-01-29 15:24:42 -03:30
- scm based inventory sources should launch project updates prior to running inventory updates for that source. - fixes scenario where a job is based on projectA, but the inventory source is based on projectB. Running the job will likely trigger a sync for projectA, but not projectB. comments