-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Allow to update VMs with new values
Because the proxmox_kvm module is not idempotent when `update: true`, add a new variable `proxmox_kvm_update` that allows to run the update on demand. Also replace `refresh` with `update` which is more accurate and matches the name of the module parameter. Note that `item.update` is not usable since `update` is a method of python dicts. Ensure that `update` is defined before using it. Closes: #30 Fixes: #29
- Loading branch information
1 parent
d45171f
commit 2a500cc
Showing
3 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters