Changed typo.
This commit is contained in:
parent
91d8af9280
commit
69ca9a8f6a
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ provider = proxmox.Provider("proxmoxve",
|
||||||
"endpoint": conf.pve.url,
|
"endpoint": conf.pve.url,
|
||||||
"insecure": conf.pve.insecure,
|
"insecure": conf.pve.insecure,
|
||||||
"username": conf.pve.username,
|
"username": conf.pve.username,
|
||||||
"password": config.require_secure("password")
|
"password": config.require_secret("password")
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue