wireapp / wireapp/wire-server-deploy
Bug: ini values need to be python booleans
Open
@arthurwolf is already working on this.
Since Jul 5, 2021.
- Dominant language
- Shell
- Stars
- 113
- Forks
- 44
- PR merge metrics
- No merged PRs in 30d
Description
We have a few places in ini files where we use lower case booleans, which won't work as expected:
- https://github.com/wireapp/wire-server-deploy/blob/develop/ansible/inventory/prod/hosts.example.ini#L148
- https://github.com/wireapp/wire-server-deploy/blob/develop/ansible/inventory/prod/hosts.example.ini#L155
Not sure what happens with yml files but we're not consistent:
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.