Skip to content

Commit

Permalink
fix: use refresh instead of update var (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
akire0ne authored Jun 29, 2022
1 parent a3207b7 commit 44aeea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/vm/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
node: "{{ item.node }}"
scsi: "{{ item.scsi | default(omit) }}"
scsihw: "{{ item.scsihw | default(omit) }}"
update: "{{ item.update | default(omit) }}"
update: "{{ item.refresh | default(omit) }}"
validate_certs: "{{ proxmox_api_validate_certs }}"
virtio: "{{ item.virtio | default(omit) }}"
vmid: "{{ item.vmid }}"
Expand Down

0 comments on commit 44aeea6

Please sign in to comment.