mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
fix the autoscale resource id (#45477)
* fix the autoscale resource id * Update main.yml
This commit is contained in:
committed by
Zim Kalinowski
parent
211aeebd0d
commit
fa04387550
@@ -74,7 +74,10 @@
|
||||
azure_rm_autoscale:
|
||||
resource_group: "{{ resource_group }}"
|
||||
name: "{{ name }}"
|
||||
target: "{{ vmss.ansible_facts.azure_vmss.id }}"
|
||||
target:
|
||||
name: "testVMSS{{ rpfx }}"
|
||||
types: "virtualMachineScaleSets"
|
||||
namespace: "Microsoft.Compute"
|
||||
enabled: true
|
||||
profiles:
|
||||
- count: '1'
|
||||
|
||||
Reference in New Issue
Block a user