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