Skip to content

Instantly share code, notes, and snippets.

@tgerla
Created June 6, 2014 14:34
Show Gist options
  • Save tgerla/c23c96828c2d243707b9 to your computer and use it in GitHub Desktop.
Save tgerla/c23c96828c2d243707b9 to your computer and use it in GitHub Desktop.
- name: test file existence
stat: file=filename.txt
register: st
- name: do something
shell: ...
when: st.stat.exists
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment