1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_unbound.git synced 2024-08-16 13:39:49 +02:00
ansible_role_unbound/tasks/main.yml

11 lines
270 B
YAML
Raw Normal View History

2018-03-10 19:18:04 +01:00
---
2022-11-17 22:35:33 +01:00
- name: Run optional versionscheck
2021-03-13 01:13:41 +01:00
ansible.builtin.include_tasks: versioncheck.yml
2021-01-06 11:17:58 +01:00
when: submodules_versioncheck|bool
2022-11-17 22:35:33 +01:00
- name: Install unbound
2021-09-30 00:22:27 +02:00
ansible.builtin.include_tasks: install.yml
2018-03-10 19:18:04 +01:00
2022-11-17 22:35:33 +01:00
- name: Configure unbound
2021-09-30 00:22:27 +02:00
ansible.builtin.include_tasks: configure.yml