mirror of
https://github.com/ansible/awx.git
synced 2026-09-01 01:18:22 -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