Fix spacing for playbook collections example. (#69688)

This commit is contained in:
Jeff Geerling 2020-05-28 15:21:50 -05:00 committed by GitHub
parent 09f86c1410
commit 21b65257bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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