Skip to content
Snippets Groups Projects
Commit 20f11666 authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-playbooks/general#85 Quoting some strings

parent 319b796d
No related branches found
No related tags found
No related merge requests found
---
dependencies:
- { role: docker, docker_pip_packages: ['docker'] }
- role: docker
docker_pip_packages:
- docker
......@@ -31,7 +31,7 @@
- /etc/matterbridge.toml:/matterbridge.toml
log_driver: fluentd
log_options:
fluentd-address: tcp://localhost:24224
fluentd-address: 'tcp://localhost:24224'
tag: app.matterbridge
when: not excluded_roles or "matterbridge" not in excluded_roles
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment