You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/concepts/configuration.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -258,7 +258,7 @@ Given that the ``roles`` option has the ``array`` type and ``roles_cfg`` has the
258
258
259
259
- For ``roles_cfg``, the following rules are applied:
260
260
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.
262
262
In the example below, ``role1.greeting`` is ``'Hi'``:
263
263
264
264
.. code-block:: yaml
@@ -275,7 +275,7 @@ Given that the ``roles`` option has the ``array`` type and ``roles_cfg`` has the
275
275
role1:
276
276
greeting: 'Hi'
277
277
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.
279
279
In the example below, ``instance001`` has ``role1.greeting`` set to ``'Hi'`` and ``role2.farewell`` set to ``'Bye'``:
0 commit comments