Correzione parametro config password.
This commit is contained in:
parent
e6fe648191
commit
0f93696e2b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue