Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save alvaroaleman/4e05320fe37d8086103dd85f0544d0d7 to your computer and use it in GitHub Desktop.

Select an option

Save alvaroaleman/4e05320fe37d8086103dd85f0544d0d7 to your computer and use it in GitHub Desktop.
---
- hosts: localhost
tasks:
- name: Demo
with_items: ['blue', 'red']
when: item == 'blue'
debug:
var: '{{ item }}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment