From 123cff61eb7cab1e5bac6c179c6c991bccf1ce6a Mon Sep 17 00:00:00 2001 From: Joris Date: Thu, 23 Dec 2021 09:12:29 +0000 Subject: [PATCH] Addes note that roles shall be managed in bffh.dhall and that the file "roles.toml" is depricated. --- source/configuration/bffh_config.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/configuration/bffh_config.md b/source/configuration/bffh_config.md index bed04b9..4d89111 100644 --- a/source/configuration/bffh_config.md +++ b/source/configuration/bffh_config.md @@ -130,6 +130,8 @@ machines = ## Roles Config +The roles are configured in the bffh.dhall. If the file "roles.toml" is existing in the directory, it can be deleted and can't be used to manage roles. + ### `roles` Contains list of roles @@ -226,4 +228,4 @@ actor_connections = { machine = "Another", actor = "Bash" }, { machine = "Yetmore", actor = "Bash2" } ] -``` \ No newline at end of file +```