mirror of
https://github.com/roles-ansible/ansible_role_exim4.git
synced 2024-08-16 10:09:49 +02:00
14 lines
360 B
YAML
14 lines
360 B
YAML
---
|
|
- name: Perform versionscheck if enabled
|
|
ansible.builtin.include_tasks: versioncheck.yml
|
|
when: submodules_versioncheck|bool
|
|
|
|
- name: Load a variable file based on OS Family
|
|
include_vars: "{{ lookup('first_found', params) }}"
|
|
vars:
|
|
params:
|
|
files:
|
|
- "{{ ansible_os_family }}.yml"
|
|
- default.yml
|
|
paths:
|
|
- 'vars'
|