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

7 lines
106 B
YAML
Raw Normal View History

2021-12-01 19:13:34 +01:00
---
- name: Check if tailf command exists
stat: path=/bin/tailf
register: system_tailf
2022-07-25 20:00:16 +02:00
tags: alias