Correzione parametro config password.
This commit is contained in:
parent
e6fe648191
commit
0f93696e2b
@ -11,7 +11,7 @@ provider = proxmox.Provider("proxmoxve",
|
|||||||
"endpoint": data.get("endpoint"),
|
"endpoint": data.get("endpoint"),
|
||||||
"insecure": True,
|
"insecure": True,
|
||||||
"username": "root@pam",
|
"username": "root@pam",
|
||||||
"password": data.get_secret("password")
|
"password": data.get("password")
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user