We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df97493 commit 6498c21Copy full SHA for 6498c21
docs/docsite/rst/conf.py
@@ -52,7 +52,7 @@
52
# Controls branch version for core releases
53
'2.20' if tags.has('core_lang') or tags.has('core') else
54
# Controls branch version for Ansible package releases
55
- 'devel' if tags.has('ansible') or tags.has('all')
+ '13' if tags.has('ansible') or tags.has('all')
56
else '<UNKNOWN>'
57
)
58
AUTHOR = 'Ansible, Inc'
0 commit comments