Skip to content

Instantly share code, notes, and snippets.

@alexcheng1982
Created December 14, 2017 19:29
Show Gist options
  • Save alexcheng1982/deac859f6629ca1c4ba820f3837a1a3b to your computer and use it in GitHub Desktop.
Save alexcheng1982/deac859f6629ca1c4ba820f3837a1a3b to your computer and use it in GitHub Desktop.
Find exe file path
- name: find exe path
win_find:
paths: "{{ extracted_path }}"
patterns: "*.exe"
register: exe_find
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment