Skip to content

Commit

Permalink
tagging docs fragment - comment cleanup (C&P) (ansible-collections#857)
Browse files Browse the repository at this point in the history
tagging docs fragment - comment cleanup (C&P)

SUMMARY
When creating the docs fragment in ansible-collections#844 the comment above the fragments was left behind from the fragment I used as a base, tweak the comment.
ISSUE TYPE

Docs Pull Request

COMPONENT NAME
plugins/doc_fragments/tags.py
ADDITIONAL INFORMATION

Reviewed-by: Alina Buzachis <None>
  • Loading branch information
tremble authored Jun 7, 2022
1 parent b43b1bd commit de57ec4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions plugins/doc_fragments/tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class ModuleDocFragment(object):

# Minimum requirements for the collection
# Standard Tagging related parameters
DOCUMENTATION = r'''
options:
tags:
Expand All @@ -34,7 +34,8 @@ class ModuleDocFragment(object):
required: false
'''

# Minimum requirements for the collection
# Some modules had a default of purge_tags=False, this was generally
# deprecated in release 4.0.0
DEPRECATED_PURGE = r'''
options:
tags:
Expand Down

0 comments on commit de57ec4

Please sign in to comment.