Fix docs for the workaround with symbolic links

Sem-Ver: bugfix
Depends-On: https://review.opendev.org/c/vexxhost/ansible-collection-atmosphere/+/834231
Change-Id: I2cea54f8b0c16b32ce7b104c7187f308f46e5017
diff --git a/doc/source/user/quickstart.rst b/doc/source/user/quickstart.rst
index a0c12d9..1cf50ec 100644
--- a/doc/source/user/quickstart.rst
+++ b/doc/source/user/quickstart.rst
@@ -29,18 +29,6 @@
 
    $ git clone https://opendev.org/vexxhost/ansible-collection-atmosphere
 
-.. note::
-   There is a `current issue <https://github.com/ansible-community/molecule/pull/3225>`_
-   in Molecule where it fails to resolve playbooks based on their fully qualified
-   collection name (FQCN).  The workaround for this time is to make a maunal
-   symbolic link to workaround it::
-
-       $ mkdir -p $HOME/.ansible/collections/ansible_collections/vexxhost
-       $ ln -s ansible-collection-atmosphere $HOME/.ansible/collections/ansible_collections/vexxhost/atmosphere
-
-   You'll have to make sure you replace ``ansible-collection-atmosphere`` with
-   the path to where you cloned the repository.
-
 You will need ``tox`` installed on your operating system.  You will need to make
 sure that you have the appropriate OpenStack environment variables set (such
 as ``OS_CLOUD`` or ``OS_AUTH_URL``, etc.).  You can also use the following
diff --git a/releasenotes/notes/remove-molecule-workaround-6908afb41ef8c738.yaml b/releasenotes/notes/remove-molecule-workaround-6908afb41ef8c738.yaml
new file mode 100644
index 0000000..107baa6
--- /dev/null
+++ b/releasenotes/notes/remove-molecule-workaround-6908afb41ef8c738.yaml
@@ -0,0 +1,4 @@
+---
+fixes:
+  - Fix documentation for avoiding workaround involving manual symbolic links
+    for the Ansible collection.