Skip to content

Commit 86bee5e

Browse files
committed
Roles: cosmetics 2
1 parent 5f8c589 commit 86bee5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/concepts/configuration.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ Given that the ``roles`` option has the ``array`` type and ``roles_cfg`` has the
258258

259259
- For ``roles_cfg``, the following rules are applied:
260260

261-
- If a configuration for the same role is provided at different levels, an instance configuration takes precedence over the configuration defined at another level.
261+
- If a configuration *for the same role* is provided at different levels, an instance configuration takes precedence over the configuration defined at another level.
262262
In the example below, ``role1.greeting`` is ``'Hi'``:
263263

264264
.. code-block:: yaml
@@ -275,7 +275,7 @@ Given that the ``roles`` option has the ``array`` type and ``roles_cfg`` has the
275275
role1:
276276
greeting: 'Hi'
277277
278-
- If the configurations for different roles are provided at different levels, both configurations are applied at the instance level.
278+
- If the configurations *for different roles* are provided at different levels, both configurations are applied at the instance level.
279279
In the example below, ``instance001`` has ``role1.greeting`` set to ``'Hi'`` and ``role2.farewell`` set to ``'Bye'``:
280280

281281
.. code-block:: yaml

0 commit comments

Comments
 (0)