summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas DOREL <jonas@dorel.me>2021-08-11 13:28:43 +0200
committerGitHub <noreply@github.com>2021-08-11 16:58:43 +0530
commit39605cdcce9745c6b193d6ae640f1f053a1d47cc (patch)
tree4b6cc15c654a3e6678d3f9b7c99d4c9256141563
parente24eb59de55c55a6da09757fc5947d9fd8936788 (diff)
downloadansible-39605cdcce9745c6b193d6ae640f1f053a1d47cc.tar.gz
docs: missing colon for a note (#75453)
-rw-r--r--docs/docsite/rst/user_guide/sample_setup.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/rst/user_guide/sample_setup.rst b/docs/docsite/rst/user_guide/sample_setup.rst
index b3cddd7c58..9142862db9 100644
--- a/docs/docsite/rst/user_guide/sample_setup.rst
+++ b/docs/docsite/rst/user_guide/sample_setup.rst
@@ -61,7 +61,7 @@ This layout organizes most tasks in roles, with a single inventory file for each
monitoring/ # ""
fooapp/ # ""
-.. note: By default, Ansible assumes your playbooks are stored in one directory with roles stored in a sub-directory called ``roles/``. As you use Ansible to automate more tasks, you may want to move your playbooks into a sub-directory called ``playbooks/``. If you do this, you must configure the path to your ``roles/`` directory using the ``roles_path`` setting in ansible.cfg.
+.. note:: By default, Ansible assumes your playbooks are stored in one directory with roles stored in a sub-directory called ``roles/``. As you use Ansible to automate more tasks, you may want to move your playbooks into a sub-directory called ``playbooks/``. If you do this, you must configure the path to your ``roles/`` directory using the ``roles_path`` setting in ansible.cfg.
Alternative directory layout
----------------------------