15 lines
269 B
YAML
15 lines
269 B
YAML
---
|
|
# defaults file for kcare
|
|
|
|
# Gather facts fliter (for faster)
|
|
# Only use needed facts
|
|
gfacts_fliter:
|
|
- "!all"
|
|
- distribution
|
|
- distribution_major_version
|
|
- distribution_release
|
|
- distribution_version
|
|
- os_family
|
|
- pkg_mgr
|
|
- python
|
|
- python_version |