Code Review
/
ansible
/
roles
/
docker-install.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
304454d
)
Fix bad indent for copy task
79/14279/1
author
Eric Ball
<eball@linuxfoundation.org>
Wed, 23 Jan 2019 00:10:53 +0000
(16:10 -0800)
committer
Eric 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
patch
|
blob
|
history
diff --git
a/tasks/main.yml
b/tasks/main.yml
index
94a536b
..
fad079a
100644
(file)
--- 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