Skip to content

Commit

Permalink
Fixes #46
Browse files Browse the repository at this point in the history
  • Loading branch information
haxorof committed Jul 8, 2018
1 parent 10d969f commit 5939e64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Fixed

- Ansible Galaxy linting report error during import ([#45](../../issues/45))
- null written to /etc/docker/daemon.json ([#46](../../issues/46))

## [1.7.0](../../releases/tag/1.7.0) - 2018-07-08

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Variables related to this role are listed below:
# Example:
# docker_daemon_config:
# experimental: true
docker_daemon_config:
docker_daemon_config: {}
# Docker daemon options
# Docker daemon is configured with '-H fd://' by default in Ubuntu/Debian which cause problems.
# https://github.com/moby/moby/issues/25471
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Example:
# docker_daemon_config:
# experimental: true
docker_daemon_config:
docker_daemon_config: {}
# Docker daemon options
# Docker daemon is configured with '-H fd://' by default in Ubuntu/Debian which cause problems.
# https://github.com/moby/moby/issues/25471
Expand Down

0 comments on commit 5939e64

Please sign in to comment.