From ac14ce25bebc7491d8c6ee98352f74505350abab Mon Sep 17 00:00:00 2001 From: decentral1se Date: Tue, 10 Sep 2019 14:12:41 +0100 Subject: [PATCH] Add note about collections for now (#2274) Related to https://github.com/ansible/molecule/issues/2165. --- docs/faq.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/faq.rst b/docs/faq.rst index 326400ef2..570e3595c 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -79,8 +79,16 @@ Are there similar tools to Molecule? .. _`abandoned`: https://github.com/nylas/ansible-test/issues/14 .. _`RoleSpec`: https://github.com/nickjj/rolespec - Can I run Molecule processes in parallel? ========================================= Please see :ref:`parallel-usage-example` for usage. + +Can I test Ansible Collections with Molecule? +============================================= + +This is not currently officially supported. Also, collections remain in "tech +preview" status. However, you can take a look at `this blog post`_ outlining a +workable "DIY" solution as a stop gap for now. + +.. _`this blog post`: https://www.jeffgeerling.com/blog/2019/how-add-integration-tests-ansible-collection-molecule