mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 10:30:03 -03:30
Update changed logic on project update SUMMARY Related to #8349 Found the inventory source does not have a way to track it, so did not do that part. However scm revision is tracked for project update, as we already retrieve this data when looking for the existing item and waiting, put in logic to compare the two values when wait is true. Also double checked the integration tests, and believe this should not change them, as its looking for result is success not changed in all but the first update. ISSUE TYPE Feature Pull Request COMPONENT NAME awx_collection AWX VERSION 18.0.0 Reviewed-by: Bianca Henderson <beeankha@gmail.com>