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 6172a92 commit c10ae4a
Show file tree
Hide file tree
Showing 2 changed files with 213 additions and 213 deletions.
48 changes: 24 additions & 24 deletions plugins/doc_fragments/attributes.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,25 +24,25 @@ 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.
'''

ACTIONGROUP_DOCKER = r'''
options: {}
attributes:
action_group:
description: Use C(group/docker) or C(group/community.docker.docker) in C(module_defaults) to set defaults for this module.
support: full
membership:
- community.docker.docker
- docker
action_group:
description: Use C(group/docker) or C(group/community.docker.docker) in C(module_defaults) to set defaults for this module.
support: full
membership:
- community.docker.docker
- docker
'''

CONN = r"""
Expand All @@ -67,16 +67,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 c10ae4a

Please sign in to comment.