Skip to content

Instantly share code, notes, and snippets.

@harlowja
Created March 5, 2018 22:00
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 harlowja/9cb1e62f2b9da71cc3beafc7acd38161 to your computer and use it in GitHub Desktop.
Save harlowja/9cb1e62f2b9da71cc3beafc7acd38161 to your computer and use it in GitHub Desktop.
- hosts: all
tasks:
- debug:
msg: "{{ item.name }}"
with_items:
- name: 'b'
password: 'e'
loop_control:
label: "{{ item.name }}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment