Skip to content

Instantly share code, notes, and snippets.

@omgjlk
Last active September 21, 2018 20:22
Show Gist options
  • Save omgjlk/c2db39db37210b739e6da05115b94a98 to your computer and use it in GitHub Desktop.
Save omgjlk/c2db39db37210b739e6da05115b94a98 to your computer and use it in GitHub Desktop.
---
- name: do a thing
hosts: localhost
gather_facts: false
tasks:
- name: do my dynamic things
include_tasks: "{{ item }}"
with_fileglob:
- "derp/*.yaml"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment