From 0d195121ba75474740a64c8fd8e982cae182a003 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sun, 28 Jul 2019 20:26:57 -0400 Subject: [PATCH] Wording tweaks in manual --- docs/manuals/ansible.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manuals/ansible.md b/docs/manuals/ansible.md index 6a07e3cc..2993fd5e 100644 --- a/docs/manuals/ansible.md +++ b/docs/manuals/ansible.md @@ -40,9 +40,9 @@ This section outlines the various configuration options available in the `group_ ### Conventions -* Settings may be *required*, `optional`, or `ignored`. Ignored settings are used for human-readability in the configuration but are ignored by the actual role. +* Settings may be `required`, `optional`, or `ignored`. Ignored settings are used for human-readability in the configuration but are ignored by the actual role. -* Settings may `depends` on other settings. This indicates that, if one setting is enabled, the other setting is very likely *required* by that setting. +* Settings may `depends` on other settings. This indicates that, if one setting is enabled, the other setting is very likely `required` by that setting. * If a particular `` is marked `optional`, and a latter setting is marked `depends on `, the latter is ignored unless the `` is specified.