mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2024-11-18 19:10:43 +01:00
Capitalize 'docker' in the task name
Since most other instances are capitalized
This commit is contained in:
parent
33afdbb0f8
commit
0df75aea53
@ -22,7 +22,7 @@
|
||||
path: /etc/docker
|
||||
state: directory
|
||||
|
||||
- name: Configure docker daemon options.
|
||||
- name: Configure Docker daemon options.
|
||||
copy:
|
||||
content: "{{ docker_daemon_options | to_nice_json }}"
|
||||
dest: /etc/docker/daemon.json
|
||||
|
Loading…
Reference in New Issue
Block a user