mirror of
https://github.com/roles-ansible/ansible_role_unbound.git
synced 2024-08-16 13:39:49 +02:00
10 lines
270 B
YAML
10 lines
270 B
YAML
---
|
|
- name: Run optional versionscheck
|
|
ansible.builtin.include_tasks: versioncheck.yml
|
|
when: submodules_versioncheck|bool
|
|
|
|
- name: Install unbound
|
|
ansible.builtin.include_tasks: install.yml
|
|
|
|
- name: Configure unbound
|
|
ansible.builtin.include_tasks: configure.yml
|