Skip to content

Instantly share code, notes, and snippets.

@omgjlk
Created March 6, 2019 19:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save omgjlk/ecb7cdcc93f18417395b8d3a60dd6912 to your computer and use it in GitHub Desktop.
Save omgjlk/ecb7cdcc93f18417395b8d3a60dd6912 to your computer and use it in GitHub Desktop.
- name: playbook
hosts: all
tasks:
- name: do a thing
stat:
path: /to/a/file
register: stat_task
- name: see the var
debug:
var: stat_task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment