mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
adjusting curated response format, notification of raw format depreciation. (#43587)
This commit is contained in:
committed by
Yunge Zhu
parent
f9d4e4d396
commit
0a9c58f866
@@ -100,7 +100,7 @@
|
||||
|
||||
- name: Get scaleset body
|
||||
set_fact:
|
||||
body: "{{ output_scaleset.ansible_facts.azure_vmss[0] }}"
|
||||
body: "{{ output_scaleset.vmss[0] }}"
|
||||
|
||||
- name: Try to update VMSS using output as input
|
||||
azure_rm_virtualmachine_scaleset:
|
||||
|
||||
Reference in New Issue
Block a user