Skip to content

Instantly share code, notes, and snippets.

@tadeboro
Created September 23, 2020 15:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tadeboro/843defffae46a1acf5795ec7f0788cb2 to your computer and use it in GitHub Desktop.
Save tadeboro/843defffae46a1acf5795ec7f0788cb2 to your computer and use it in GitHub Desktop.
with_flattened test
---
- hosts: localhost
gather_facts: false
tasks:
- name: Test
shell: echo {{ item }}
with_flattened:
- [ a, b, c ]
- [ d, e ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment