mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
11 lines
212 B
YAML
11 lines
212 B
YAML
|
---
|
||
|
- name: 1. Merge two lists by common attribute 'name'
|
||
|
include_vars:
|
||
|
dir: example-001_vars
|
||
|
- debug:
|
||
|
var: list3
|
||
|
when: debug|d(false)|bool
|
||
|
- template:
|
||
|
src: list3.out.j2
|
||
|
dest: example-001.out
|