9 lines
326 B
YAML
9 lines
326 B
YAML
---
|
|
# Common/Tools: Additional Tools (depending on OS) (rsync; dnsutils, htop, unzip)
|
|
|
|
- name: tools - Install basic utilities
|
|
include_tasks: "{{ item }}"
|
|
with_first_found:
|
|
- "tools-{{ ansible_distribution }}.yml"
|
|
- "tools-{{ (override_os_family is defined) | ternary(override_os_family,ansible_os_family) }}.yml"
|