From 851d32195bbc1e23ec6d3ca655eecfdd8e4fc9c7 Mon Sep 17 00:00:00 2001 From: Seonghyeon Cho Date: Wed, 15 May 2024 17:24:18 +0900 Subject: [PATCH] Fix typo in subsubsections --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 345eb89..40a5327 100644 --- a/README.rst +++ b/README.rst @@ -137,7 +137,7 @@ Users of Ansible `Using Ansible Collections `_ Q: Once the next version of Ansible is released, will my playbooks still work? -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ For users of the community version of ansible ``pip/apt-get install ansible`` will continue to give you a working install of Ansible including the three thousand plus modules that previously shipped with Ansible 2.9. @@ -169,7 +169,7 @@ Individual collections can be installed by doing: ``ansible-galaxy collection install NAMESPACE.COLLECTION`` Q: What exactly is ansible-base for and what does it contain? -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ **Ansible-base** is the name of the code and package for what github.com/ansible/ansible has become now that most of the content has been removed.