adjusting curated response format, notification of raw format depreciation. (#43587)

This commit is contained in:
Zim Kalinowski 2018-08-16 14:45:36 +08:00 committed by Yunge Zhu
commit 0a9c58f866
2 changed files with 7 additions and 2 deletions

View file

@ -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: