role_stubby/tasks/main.yml

15 lines
272 B
YAML
Raw Normal View History

2023-05-17 11:49:56 +00:00
---
# tasks file for stubby
- name: Installer stubby
ansible.builtin.apt:
name: stubby
become: true
2024-05-03 00:09:43 +00:00
- name: Configurer stubby
2023-05-17 11:49:56 +00:00
ansible.builtin.template:
src: stubby.yml.j2
dest: /etc/stubby/stubby.yml
become: true
notify: Redémarrer stubby.service