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…
Reference in a new issue