MCPcopy Create free account
hub / github.com/devnullvoid/pvetui / formatBootstrapUID

Function formatBootstrapUID

internal/ui/plugins/ansible/plugin.go:2069–2074  ·  view source on GitHub ↗
(uid int)

Source from the content-addressed store, hash-verified

2067}
2068
2069func formatBootstrapUID(uid int) string {
2070 if uid <= 0 {
2071 return ""
2072 }
2073 return strconv.Itoa(uid)
2074}
2075
2076func (p *Plugin) buildBootstrapPlaybook(cfg cfgpkg.AnsibleBootstrapConfig) (string, error) {
2077 username := strings.TrimSpace(cfg.Username)

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected