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 9f72f57 commit 9e9bdcfCopy full SHA for 9e9bdcf
docs/docsite/rst/conf.py
@@ -52,7 +52,7 @@
52
# Controls branch version for core releases
53
'2.19' 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')
+ '12' if tags.has('ansible') or tags.has('all')
56
else '<UNKNOWN>'
57
)
58
AUTHOR = 'Ansible, Inc'
0 commit comments