mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-01 05:49:09 -07:00
Standardized on yml suffix, so fix this example content filename.
This commit is contained in:
parent
10009b0d3f
commit
31d0060de8
2 changed files with 5 additions and 3 deletions
|
@ -42,8 +42,10 @@ TO_OLD_TO_BE_NOTABLE = 1.0
|
||||||
MODULEDIR=os.path.abspath(os.path.join(
|
MODULEDIR=os.path.abspath(os.path.join(
|
||||||
os.path.dirname(os.path.realpath(__file__)), os.pardir, 'library'
|
os.path.dirname(os.path.realpath(__file__)), os.pardir, 'library'
|
||||||
))
|
))
|
||||||
|
|
||||||
|
# The name of the DOCUMENTATION template
|
||||||
EXAMPLE_YAML=os.path.abspath(os.path.join(
|
EXAMPLE_YAML=os.path.abspath(os.path.join(
|
||||||
os.path.dirname(os.path.realpath(__file__)), os.pardir, 'examples', 'DOCUMENTATION.yaml'
|
os.path.dirname(os.path.realpath(__file__)), os.pardir, 'examples', 'DOCUMENTATION.yml'
|
||||||
))
|
))
|
||||||
|
|
||||||
# There is a better way of doing this!
|
# There is a better way of doing this!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue