From 0df75aea533f3295679c136371b610d26efbe0bf Mon Sep 17 00:00:00 2001 From: Ricky Kwan Date: Mon, 8 Oct 2018 22:07:15 -0400 Subject: [PATCH] Capitalize 'docker' in the task name Since most other instances are capitalized --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 1a0de12..c357ca3 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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