mirror of
https://github.com/luzifer-ansible/openvpn.git
synced 2024-11-08 13:50:01 +00:00
6 lines
138 B
YAML
6 lines
138 B
YAML
---
|
|
|
|
- name: "Loading distribution specific instructions for {{ ansible_distribution }}"
|
|
include: "{{ ansible_distribution }}.yml"
|
|
|
|
...
|