Skip to content

Instantly share code, notes, and snippets.

@olbpetersson
Created November 4, 2016 14:43
Show Gist options
  • Save olbpetersson/359389b3e4563b7b247e53cdb5fd1fb1 to your computer and use it in GitHub Desktop.
Save olbpetersson/359389b3e4563b7b247e53cdb5fd1fb1 to your computer and use it in GitHub Desktop.
---
- hosts: controller
tasks:
- name: find files in folder
find: paths={{ playbook_dir}}/files/
register: find_result
- hosts: a_node
tasks:
- debug: var=find_result
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment