set latest Ansible version to 5 (#76304)

pull/76404/head
Sandra McCann 3 years ago committed by GitHub
parent a1205d52ce
commit 862a2a3599
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -163,7 +163,7 @@ html_context = {
'github_root_dir': 'devel/lib/ansible',
'github_cli_version': 'devel/lib/ansible/cli/',
'current_version': version,
'latest_version': '4',
'latest_version': '5',
# list specifically out of order to make latest work
'available_versions': ('latest', '2.9', 'devel'),
}

Loading…
Cancel
Save