Correzione parametro config password.

This commit is contained in:
Emiliano Vavassori 2022-08-17 02:22:24 +02:00
parent e6fe648191
commit 0f93696e2b
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ provider = proxmox.Provider("proxmoxve",
"endpoint": data.get("endpoint"),
"insecure": True,
"username": "root@pam",
"password": data.get_secret("password")
"password": data.get("password")
}
)