mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02:30
The ansible subversion module returns revision info in an unanticipated format: https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/source_control/subversion.py#L194-L199 Parse out the revision number we actually care about. Resolves #4654