13 lines
153 B
YAML
13 lines
153 B
YAML
# vim: set filetype=yaml.ansible :
|
|
---
|
|
fd:
|
|
pkgs:
|
|
Darwin:
|
|
- fd
|
|
RedHat:
|
|
- fd-find
|
|
Debian:
|
|
- fd-find
|
|
Alpine:
|
|
- fd
|