Skip to content

Commit

Permalink
Merge pull request #32 from mila-iqia/feat/vm_agent
Browse files Browse the repository at this point in the history
feat: add agent parameter support for VMs
  • Loading branch information
btravouillon authored Apr 3, 2023
2 parents 5ccbed9 + d117bd9 commit 2d74b6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/vm/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
api_token_id: "{{ proxmox_api_token_id }}"
api_token_secret: "{{ proxmox_api_token_secret }}"
api_user: "{{ proxmox_api_user }}"
agent: "{{ item.agent | default(omit) }}"
boot: "{{ item.boot | default(omit) }}"
bootdisk: "{{ item.bootdisk | default(omit) }}"
cores: "{{ item.cores }}"
Expand Down

0 comments on commit 2d74b6f

Please sign in to comment.