7 lines
157 B
YAML
7 lines
157 B
YAML
---
|
|
|
|
- name: include distribution task
|
|
include_tasks: "{{ ansible_os_family }}.yml"
|
|
|
|
- name: force all notified handlers to run here
|
|
meta: flush_handlers |