Fix bad indent for copy task 79/14279/1
authorEric Ball <eball@linuxfoundation.org>
Wed, 23 Jan 2019 00:10:53 +0000 (16:10 -0800)
committerEric Ball <eball@linuxfoundation.org>
Wed, 23 Jan 2019 00:10:53 +0000 (16:10 -0800)
This was causing tox failures for new changes to this role.

Change-Id: I2a99ec122306bc1a5703692ad15f8dc1356a1c5b
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
tasks/main.yml

index 94a536b..fad079a 100644 (file)
@@ -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