mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-21 01:25:49 +02:00
Fix doc fragments indents.
This commit is contained in:
parent
1e0c582b98
commit
2a3460827d
1 changed files with 23 additions and 23 deletions
|
@ -27,24 +27,24 @@ attributes:
|
||||||
INFO_MODULE = r'''
|
INFO_MODULE = r'''
|
||||||
options: {}
|
options: {}
|
||||||
attributes:
|
attributes:
|
||||||
check_mode:
|
check_mode:
|
||||||
support: full
|
support: full
|
||||||
details:
|
details:
|
||||||
- This action does not modify state.
|
- This action does not modify state.
|
||||||
diff_mode:
|
diff_mode:
|
||||||
support: N/A
|
support: N/A
|
||||||
details:
|
details:
|
||||||
- This action does not modify state.
|
- This action does not modify state.
|
||||||
'''
|
'''
|
||||||
|
|
||||||
ACTIONGROUP_API = r'''
|
ACTIONGROUP_API = r'''
|
||||||
options: {}
|
options: {}
|
||||||
attributes:
|
attributes:
|
||||||
action_group:
|
action_group:
|
||||||
description: Use C(group/community.routeros.api) in C(module_defaults) to set defaults for this module.
|
description: Use C(group/community.routeros.api) in C(module_defaults) to set defaults for this module.
|
||||||
support: full
|
support: full
|
||||||
membership:
|
membership:
|
||||||
- community.routeros.api
|
- community.routeros.api
|
||||||
'''
|
'''
|
||||||
|
|
||||||
CONN = r"""
|
CONN = r"""
|
||||||
|
@ -69,16 +69,16 @@ attributes:
|
||||||
FACTS_MODULE = r'''
|
FACTS_MODULE = r'''
|
||||||
options: {}
|
options: {}
|
||||||
attributes:
|
attributes:
|
||||||
check_mode:
|
check_mode:
|
||||||
support: full
|
support: full
|
||||||
details:
|
details:
|
||||||
- This action does not modify state.
|
- This action does not modify state.
|
||||||
diff_mode:
|
diff_mode:
|
||||||
support: N/A
|
support: N/A
|
||||||
details:
|
details:
|
||||||
- This action does not modify state.
|
- This action does not modify state.
|
||||||
facts:
|
facts:
|
||||||
support: full
|
support: full
|
||||||
'''
|
'''
|
||||||
|
|
||||||
FILES = r"""
|
FILES = r"""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue