Created
December 14, 2017 19:29
-
-
Save alexcheng1982/deac859f6629ca1c4ba820f3837a1a3b to your computer and use it in GitHub Desktop.
Find exe file path
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: 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