mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 04:11:25 -07:00
fixed incorrect example
This commit is contained in:
parent
264bb374b9
commit
21ed52bfe4
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ EXAMPLES = """
|
||||||
|
|
||||||
- name: Run tasks/other.yml instead of 'main'
|
- name: Run tasks/other.yml instead of 'main'
|
||||||
include_role:
|
include_role:
|
||||||
role: myrole
|
name: myrole
|
||||||
tasks_from: other
|
tasks_from: other
|
||||||
|
|
||||||
- name: Pass variables to role
|
- name: Pass variables to role
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue