Skip to content

Commit

Permalink
Changing docker_reset_connection default to no
Browse files Browse the repository at this point in the history
  • Loading branch information
Marek Sierociński committed Apr 28, 2020
1 parent 555629c commit 07b400c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Variable | Description | Default Value
`docker_sdk_version` | Version of Python Docker SDK to be installed. Set `no` to skip installation | `4.2.0`
`docker_compose_version` | Version of Docker Compose to be installed. Set `no` to skip installation | `1.25.4`
`docker_user` | User that should be allowed to use Docker | _ansible_user_id_
`docker_reset_connection` | Try to reset connection to apply user group changes | `yes`
`docker_reset_connection` | Try to reset connection to apply user group changes | `no`

## Dependencies

Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
docker_sdk_version: 4.2.0
docker_compose_version: 1.25.4
docker_reset_connection: yes
docker_reset_connection: no

0 comments on commit 07b400c

Please sign in to comment.