diff --git a/roles/nameserver/tasks/install_powerdns_recursor.yml b/roles/nameserver/tasks/install_powerdns_recursor.yml index cc34643..4a414bc 100644 --- a/roles/nameserver/tasks/install_powerdns_recursor.yml +++ b/roles/nameserver/tasks/install_powerdns_recursor.yml @@ -19,6 +19,6 @@ - name: nameserver | powerdns-recursor | enable service service: - name: "powerdns-recursor" + name: "pdns-recursor" state: started enabled: True