mirror of
https://github.com/ansible/awx.git
synced 2026-01-26 16:11:30 -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