Last active
September 21, 2018 20:22
-
-
Save omgjlk/c2db39db37210b739e6da05115b94a98 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- 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