Skip to content

Instantly share code, notes, and snippets.

View mbrother2's full-sized avatar
💪
Good luck!

rootorchild mbrother2

💪
Good luck!
View GitHub Profile
[root@centos7 ansible]# cat ansible_check_owner.yml
---
- name: Test stat
connection: local
hosts: 127.0.0.1
tasks:
- name: Get stat of file
stat:
path: /root/a1.txt