--- # Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later list1: - name: a x: y - name: b z: 1 dict1: a: name: a x: y b: name: b z: 1 list_no_list: a: name: a list_no_dict: - [] - 1 list_no_attribute: - name: a foo: baz - foo: bar list_collision: - name: a - name: a