Skip to content

Commit

Permalink
Fix doc fragments indents.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Dec 29, 2024
1 parent 65e96f8 commit 9f2e345
Show file tree
Hide file tree
Showing 2 changed files with 219 additions and 219 deletions.
36 changes: 18 additions & 18 deletions plugins/doc_fragments/attributes.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ class ModuleDocFragment(object):
INFO_MODULE = r'''
options: {}
attributes:
check_mode:
support: full
details:
- This action does not modify state.
diff_mode:
support: N/A
details:
- This action does not modify state.
check_mode:
support: full
details:
- This action does not modify state.
diff_mode:
support: N/A
details:
- This action does not modify state.
'''

FACTS = r"""
Expand All @@ -45,16 +45,16 @@ class ModuleDocFragment(object):
FACTS_MODULE = r'''
options: {}
attributes:
check_mode:
support: full
details:
- This action does not modify state.
diff_mode:
support: N/A
details:
- This action does not modify state.
facts:
support: full
check_mode:
support: full
details:
- This action does not modify state.
diff_mode:
support: N/A
details:
- This action does not modify state.
facts:
support: full
'''

FILES = r"""
Expand Down
Loading

0 comments on commit 9f2e345

Please sign in to comment.