Skip to content

Commit

Permalink
Wrap Docker daemon env variables in individual quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjj committed Dec 20, 2018
1 parent 8fd45c7 commit 02d6353
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
*Released: TBD*

- Use `force: true` on the PIP binary symlinks to remove the Docker Compose stat tasks
- Use individual quotes when joining Docker daemon environment variables

## v1.8.0

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# {{ ansible_managed }}

[Service]
Environment="{{ docker__daemon_environment | join('" "') }}"
Environment={{ docker__daemon_environment | join('" "') }}

0 comments on commit 02d6353

Please sign in to comment.