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 }