Skip to content

Commit

Permalink
Merge pull request #44 from mila-iqia/fix/43
Browse files Browse the repository at this point in the history
fix: Remove support of force parameter for VMs
  • Loading branch information
btravouillon authored Jun 13, 2024
2 parents 8d54067 + e2c5f17 commit c40b672
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion roles/vm/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
description: "{{ item.description | default(omit) }}"
digest: "{{ item.digest | default(omit) }}"
efidisk0: "{{ item.efidisk0 | default(omit) }}"
force: "{{ item.force | default(omit) | bool }}"
format: "{{ item.format | default(omit) }}"
freeze: "{{ item.freeze | default(omit) }}"
full: "{{ item.full | default(omit) }}"
Expand Down

0 comments on commit c40b672

Please sign in to comment.