Skip to content

Instantly share code, notes, and snippets.

@samdoran
Last active December 23, 2021 00:00
Show Gist options
  • Select an option

  • Save samdoran/14c4c169fff2c7e13aac38c77381e4ee to your computer and use it in GitHub Desktop.

Select an option

Save samdoran/14c4c169fff2c7e13aac38c77381e4ee to your computer and use it in GitHub Desktop.
Find a playbook and include it using a lookup
- include: "{{ lookup('pipe', 'find /path/to/search -type f -name cluster.yml') }}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment