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

@ -292,7 +292,8 @@ In a playbook, you can control the collections Ansible searches for modules and
- hosts: all
collections:
- my_namespace.my_collection
- my_namespace.my_collection
tasks:
- import_role:
name: role1

Loading…
Cancel
Save