Skip to content

Commit 9fdd91f

Browse files
authored
update latest version to Ansible 12 (#2964)
1 parent f26e89a commit 9fdd91f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docsite/rst/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,15 +250,15 @@
250250
'latest_version': (
251251
'devel' if tags.has('all') else
252252
'2.19' if tags.has('core_lang') or tags.has('core') else
253-
'11' if tags.has('ansible')
253+
'12' if tags.has('ansible')
254254
else '<UNKNOWN>'
255255
),
256256
# list specifically out of order to make latest work
257257
'available_versions': (
258258
('devel',) if tags.has('all') else
259259
('2.15_ja', '2.14_ja', '2.13_ja',) if tags.has('core_lang') else
260260
('2.19', '2.18', '2.17', 'devel',) if tags.has('core') else
261-
('latest', 'devel') if tags.has('ansible')
261+
('latest', '11', 'devel') if tags.has('ansible')
262262
else '<UNKNOWN>'
263263
),
264264
}

0 commit comments

Comments
 (0)