Skip to content

Instantly share code, notes, and snippets.

@arnoldyahad
arnoldyahad / ansible_concatenate-list-of-dict.yml
Created March 6, 2022 13:55 — forked from fty4/ansible_concatenate-list-of-dict.yml
ansible concatenate item / element of list of dictionaries / dict
---
- name: concatenate list elements of dictionary
hosts: all
gather_facts: no
vars:
users:
- username: alice
email: alice@example.com
- username: bob
email: bob@example.com