Capitalize 'docker' in the task name

Since most other instances are capitalized
This commit is contained in:
Ricky Kwan 2018-10-08 22:07:15 -04:00 committed by GitHub
parent 33afdbb0f8
commit 0df75aea53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@
path: /etc/docker path: /etc/docker
state: directory state: directory
- name: Configure docker daemon options. - name: Configure Docker daemon options.
copy: copy:
content: "{{ docker_daemon_options | to_nice_json }}" content: "{{ docker_daemon_options | to_nice_json }}"
dest: /etc/docker/daemon.json dest: /etc/docker/daemon.json