machine_setup/ansible/roles/dummynet/tasks/main.yaml

3 lines
124 B
YAML
Raw Normal View History

2024-07-04 19:13:51 +00:00
- import_tasks: tasks/common.yaml
when: (dummynet_config is defined and os_flavor == "freebsd") or (os_flavor == "linux")