Skip to content

Instantly share code, notes, and snippets.

@gregbuehler
Created April 3, 2014 18:16
Show Gist options
  • Save gregbuehler/9959788 to your computer and use it in GitHub Desktop.
Save gregbuehler/9959788 to your computer and use it in GitHub Desktop.
- name: register systems
shell: foo.py {{ item }}
with_items: targets
register: registered_systems
- name: toggle baz
shell: bar.py {{ item }}
with_items: registered_systems.results
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment