[BUG] create_kvm - Post-clone configuration fails
After creates a VM, Post-clone configuration
task fails with this error:
TASK [cielito.proxmox.create_kvm : Post-clone configuration | Token] ********************************************************************************
fatal: [delayde.cure.edu.uy -> chuy.cure.edu.uy]: FAILED! => {"changed": false, "msg": "Unsupported parameters for (community.general.proxmox_kvm) module: proxmox_default_behavior. Supported parameters include: acpi, agent, api_host, api_password, api_port, api_token_id, api_token_secret, api_user, archive, args, autostart, balloon, bios, boot, bootdisk, cicustom, cipassword, citype, ciupgrade, ciuser, clone, cores, cpu, cpulimit, cpuunits, delete, description, digest, efidisk0, force, format, freeze, full, hookscript, hostpci, hotplug, hugepages, ide, ipconfig, keyboard, kvm, localtime, lock, machine, memory, migrate, migrate_downtime, migrate_speed, name, nameservers, net, newid, node, numa, numa_enabled, onboot, ostype, parallel, pool, protection, reboot, revert, sata, scsi, scsihw, searchdomains, serial, shares, skiplock, smbios, snapname, sockets, sshkeys, startdate, startup, state, storage, tablet, tags, target, tdf, template, timeout, tpmstate0, update, update_unsafe, usb, validate_certs, vcpus, vga, virtio, vmid, watchdog."}
Fails because proxmox_default_behavior
is not supported any more on community.general.proxmox_kvm
module.