From 405a709a69dae82439d86c01616d23b04b60eb84 Mon Sep 17 00:00:00 2001 From: moelsayed Date: Mon, 30 Oct 2017 09:09:40 +0200 Subject: [PATCH] remove sudo --- hosts/hosts.go | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/hosts.go b/hosts/hosts.go index 4a47625c..10cf67e7 100644 --- a/hosts/hosts.go +++ b/hosts/hosts.go @@ -14,7 +14,6 @@ type Host struct { Role []string `yaml:"role"` Hostname string `yaml:"hostname"` User string `yaml:"user"` - Sudo bool `yaml:"sudo"` DockerSocket string `yaml:"docker_socket"` DClient *client.Client }