mirror of
https://github.com/rancher/rke.git
synced 2025-09-20 19:08:25 +00:00
remove sudo
This commit is contained in:
@@ -14,7 +14,6 @@ type Host struct {
|
|||||||
Role []string `yaml:"role"`
|
Role []string `yaml:"role"`
|
||||||
Hostname string `yaml:"hostname"`
|
Hostname string `yaml:"hostname"`
|
||||||
User string `yaml:"user"`
|
User string `yaml:"user"`
|
||||||
Sudo bool `yaml:"sudo"`
|
|
||||||
DockerSocket string `yaml:"docker_socket"`
|
DockerSocket string `yaml:"docker_socket"`
|
||||||
DClient *client.Client
|
DClient *client.Client
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user