From 43b6db59410f96c5a2d37d45f5a23adb4e1a3d7d Mon Sep 17 00:00:00 2001 From: Eric Ball Date: Tue, 22 Jan 2019 16:10:53 -0800 Subject: [PATCH] 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 --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6