mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2025-09-07 17:52:30 +02:00
linting
This commit is contained in:
parent
0c95311e70
commit
4109c98925
@ -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: []
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user