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 5c0cb4c commit 0c0a3bbCopy full SHA for 0c0a3bb
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