Fix spacing for playbook collections example. (#69688)
This commit is contained in:
parent
09f86c1410
commit
21b65257bf
1 changed files with 2 additions and 1 deletions
|
@ -293,6 +293,7 @@ In a playbook, you can control the collections Ansible searches for modules and
|
||||||
- hosts: all
|
- hosts: all
|
||||||
collections:
|
collections:
|
||||||
- my_namespace.my_collection
|
- my_namespace.my_collection
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- import_role:
|
- import_role:
|
||||||
name: role1
|
name: role1
|
||||||
|
|
Loading…
Reference in a new issue