mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 23:12:08 -03:30
Adding the scm_track_submodules option for project SUMMARY Adding the scm_track_submodules option which should fix the related #7846 ISSUE TYPE Feature Pull Request COMPONENT NAME API UI AWX VERSION awx: 17.0.1 ADDITIONAL INFORMATION This option will add the track_submodules option which is described in the ansible git module: https://docs.ansible.com/ansible/latest/collections/ansible/builtin/git_module.html if yes, submodules will track the latest commit on their master branch (or other branch specified in .gitmodules). If no, submodules will be kept at the revision specified by the main project. This is equivalent to specifying the --remote flag to git submodule update. Reviewed-by: Shane McDonald <me@shanemcd.com> Reviewed-by: Alan Rominger <arominge@redhat.com> Reviewed-by: None <None> Reviewed-by: Alex Corey <Alex.swansboro@gmail.com>