mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
support overprovision in azure_rm_vmss (#49806)
This commit is contained in:
committed by
Zim Kalinowski
parent
f2eef2d30b
commit
7609a8cdd6
@@ -215,6 +215,7 @@
|
||||
os_disk_caching: "{{ body.os_disk_caching }}"
|
||||
image: "{{ body.image }}"
|
||||
data_disks: "{{ body.data_disks }}"
|
||||
overprovision: "{{ body.overprovision }}"
|
||||
register: results
|
||||
|
||||
- name: Assert that nothing was changed
|
||||
|
||||
Reference in New Issue
Block a user