Created
March 6, 2019 19:04
-
-
Save omgjlk/ecb7cdcc93f18417395b8d3a60dd6912 to your computer and use it in GitHub Desktop.
This file contains 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: 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