mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-10 04:37:36 +01:00
Fix typo
This commit is contained in:
parent
5a8068d8d1
commit
25d51d3de3
@ -4,7 +4,7 @@ The playbook supports the self-building of some of its components. This may be u
|
||||
|
||||
To use these modification there is a variable that needs to be switched to enable this functionality. Add this to your `vars.yaml` file:
|
||||
```yaml
|
||||
matrix_container_images_self_build = true
|
||||
matrix_container_images_self_build: true
|
||||
```
|
||||
Setting that variable will self-build every role which supports self-building. Self-building can be set on a per-role basis as well.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user