From 21b65257bf46e6ea7600149032159c706fb888a7 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Thu, 28 May 2020 15:21:50 -0500 Subject: [PATCH] Fix spacing for playbook collections example. (#69688) --- docs/docsite/rst/user_guide/collections_using.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docsite/rst/user_guide/collections_using.rst b/docs/docsite/rst/user_guide/collections_using.rst index 95a0769f766..5d4f080f093 100644 --- a/docs/docsite/rst/user_guide/collections_using.rst +++ b/docs/docsite/rst/user_guide/collections_using.rst @@ -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