From: Eric Ball Date: Wed, 23 Jan 2019 00:10:53 +0000 (-0800) Subject: Fix bad indent for copy task X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=43b6db59410f96c5a2d37d45f5a23adb4e1a3d7d;p=ansible%2Froles%2Fdocker-install.git Fix bad indent for copy task This was causing tox failures for new changes to this role. Change-Id: I2a99ec122306bc1a5703692ad15f8dc1356a1c5b Signed-off-by: Eric Ball --- diff --git a/tasks/main.yml b/tasks/main.yml index 94a536b..fad079a 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -83,7 +83,7 @@ dest: /etc/docker/daemon.json owner: root group: root - mode: 0600 + mode: 0600 - name: 'Set mtu to {{mtu}}' lineinfile: path: /etc/docker/daemon.json