Addes note that roles shall be managed in bffh.dhall and that the file "roles.toml" is depricated.

This commit is contained in:
Joris 2021-12-23 09:12:29 +00:00
parent 80911f2ce1
commit 123cff61eb

View File

@ -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" }
]
```
```