mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
fixed vmss required parameters handling (#51012)
This commit is contained in:
@@ -263,14 +263,6 @@
|
||||
resource_group: "{{ resource_group }}"
|
||||
name: testVMSS{{ rpfx }}
|
||||
state: absent
|
||||
remove_on_absent: ['all']
|
||||
vm_size: Standard_B1s
|
||||
capacity: 1
|
||||
image:
|
||||
offer: CoreOS
|
||||
publisher: CoreOS
|
||||
sku: Stable
|
||||
version: latest
|
||||
|
||||
- name: Create VMSS with security group in same resource group, with accelerated networking(check mode).
|
||||
azure_rm_virtualmachine_scaleset:
|
||||
@@ -402,14 +394,6 @@
|
||||
resource_group: "{{ resource_group }}"
|
||||
name: testVMSS{{ rpfx }}2
|
||||
state: absent
|
||||
remove_on_absent: ['all']
|
||||
vm_size: Standard_B1s
|
||||
capacity: 1
|
||||
image:
|
||||
offer: CoreOS
|
||||
publisher: CoreOS
|
||||
sku: Stable
|
||||
version: latest
|
||||
|
||||
- name: Fail when instance type is not supported to enable accelerated networking
|
||||
azure_rm_virtualmachine_scaleset:
|
||||
|
||||
Reference in New Issue
Block a user