- name: ndppd config file template: src: ndppd.conf.j2 dest: /etc/ndppd.conf notify: Restart ndppd - name: ndppd service service: name: ndppd state: started enabled: true