Changed typo.
This commit is contained in:
parent
91d8af9280
commit
69ca9a8f6a
@ -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…
Reference in New Issue
Block a user