--- # tasks file for stubby - name: Deploy configuration ansible.builtin.template: src: stubby.yml.j2 dest: /etc/stubby/stubby.yml become: true notify: Restart stubby.service