mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Fix include_role docs to be valid YAML (#19506)
Remove the colon from one of the documentation notes, which was causing documentation schema validation to fail.
This commit is contained in:
committed by
John R Barker
parent
dce445f956
commit
87c0c33241
@@ -53,7 +53,7 @@ options:
|
|||||||
notes:
|
notes:
|
||||||
- Handlers are made available to the whole play.
|
- Handlers are made available to the whole play.
|
||||||
- simple dependencies seem to work fine.
|
- simple dependencies seem to work fine.
|
||||||
- As with C(include) this task can be static or dynamic, If static it implies that it won't need templating nor loops nor conditionals and will show included tasks in the --list options. Ansible will try to autodetect what is needed, but you can set `static: yes|no` at task level to control this.
|
- As with C(include) this task can be static or dynamic, If static it implies that it won't need templating nor loops nor conditionals and will show included tasks in the --list options. Ansible will try to autodetect what is needed, but you can set `static` to `yes` or `no` at task level to control this.
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = """
|
EXAMPLES = """
|
||||||
|
|||||||
Reference in New Issue
Block a user