ansible-roles/roles/common/tasks/facts.yml

7 lines
106 B
YAML

---
- name: Check if tailf command exists
stat: path=/bin/tailf
register: system_tailf
tags: alias