mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 02:03:09 +02:00
7 lines
106 B
YAML
7 lines
106 B
YAML
---
|
|
|
|
- name: Check if tailf command exists
|
|
stat: path=/bin/tailf
|
|
register: system_tailf
|
|
tags: alias
|