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
- name: configurer stubby
ansible.builtin.template:
src: stubby.yml.j2
dest: /etc/stubby/stubby.yml
become: true
notify: Redémarrer stubby.service