From 8deab236f01fcb916735013c5fa475f7da7a87c2 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Mon, 6 Jul 2020 19:06:17 +0200 Subject: [PATCH] README: Clarify order of dependent profiles --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b0f6af0..06ce7a1 100644 --- a/README.md +++ b/README.md @@ -220,11 +220,11 @@ NetworkManager. - For initscripts, the master is looked up as the `DEVICE` from the corresponding ifcfg file. -As `master` refers to other profiles of the same or another play, -the order of the `connections` list matters. Also, `--check` ignores -the value of the `master` and assumes it will be present during a real -run. That means, in presence of an invalid `master`, `--check` may -signal success but the actual play run fails. +As `master` refers to other profiles of the same or another play, the order of the +`connections` list matters. Profiles that are referenced by other profiles need to be +specified first. Also, `--check` ignores the value of the `master` and assumes it will +be present during a real run. That means, in presence of an invalid `master`, `--check` +may signal success but the actual play run fails. The `team` type uses `roundrobin` as the `runner` configuration. No further configuration is supported at the moment. #### `type: vlan`