This commit is contained in:
afreisinger 2025-05-30 00:11:37 -03:00
parent 0c95311e70
commit 4109c98925
2 changed files with 3 additions and 3 deletions

View File

@ -68,4 +68,4 @@ docker_users: []
docker_daemon_options: {} docker_daemon_options: {}
# Docker HTTP/HTTPS proxy settings as list of environment configurations # Docker HTTP/HTTPS proxy settings as list of environment configurations
docker_service_settings: [] docker_service_settings: []

View File

@ -66,9 +66,9 @@
notify: restart docker notify: restart docker
- name: Create docker config target directory - name: Create docker config target directory
file: file:
path: /etc/systemd/system/docker.service.d path: /etc/systemd/system/docker.service.d
state: directory state: directory
mode: 0755 mode: 0755
when: docker_service_settings | length > 0 when: docker_service_settings | length > 0