mirror of
https://github.com/ansible/awx.git
synced 2026-03-16 00:17:29 -02: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