From cb1dd6d77bfa9f911c5d46da167b380ed93d64e4 Mon Sep 17 00:00:00 2001 From: Sandra McCann Date: Tue, 23 Jul 2019 14:12:13 -0400 Subject: [PATCH] remove molecule mentions (#59441) --- docs/docsite/rst/dev_guide/collections_tech_preview.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/docsite/rst/dev_guide/collections_tech_preview.rst b/docs/docsite/rst/dev_guide/collections_tech_preview.rst index 9578f92139e..3d28b8b07f8 100644 --- a/docs/docsite/rst/dev_guide/collections_tech_preview.rst +++ b/docs/docsite/rst/dev_guide/collections_tech_preview.rst @@ -105,7 +105,7 @@ TBD. tests directory ---------------- -TBD. Expect tests for the collection itself, including Molecule files, to reside here. +TBD. Expect tests for the collection itself to reside here. .. _creating_collections: @@ -125,8 +125,6 @@ We are working on integrating this into Ansible itself for 2.9. Currently we hav .. Note:: Any references to ``ansible-galaxy`` below will be of a 'working version' either in this PR or subsequently in development. As such, the command and this documentation section is subject to frequent change. -We also plan to update `Ansible Molecule `_, for a full developer toolkit with integrated testing. - In the end, to get started with authoring a new collection it should be as simple as: .. code-block:: bash