mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
adjusting curated response format, notification of raw format depreciation. (#43587)
This commit is contained in:
parent
f9d4e4d396
commit
0a9c58f866
2 changed files with 7 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue