Skip to content

Commit

Permalink
Fix configuration management flag logic
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyphreak committed Jun 5, 2024
1 parent 7a69fee commit ffb064b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ docker_group_manage: true
docker_user: "{{ lookup('env', 'USER') }}"
docker_conf_file: /etc/docker/daemon.json
docker_conf_manage: false
docker_conf_proxy: []
docker_conf_mirror: []
docker_conf:
log-driver: "json-file"
log-opts:
Expand Down
2 changes: 1 addition & 1 deletion tasks/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
owner: root
mode: 'u=rw,go=r'
notify: docker_restart # noqa name[casing]
when: docker_conf_proxy | bool
when: docker_conf_manage | bool
10 changes: 0 additions & 10 deletions tasks/logging.yml

This file was deleted.

0 comments on commit ffb064b

Please sign in to comment.