Fix spacing for playbook collections example. (#69688)

pull/69751/head
Jeff Geerling 5 years ago committed by GitHub
parent 09f86c1410
commit 21b65257bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save