tasks: ... - name: Configuration de nginx copy: src: nginx.conf dest: /etc/nginx/sites-available/default notify: Restart nginx handlers: - name: Restart nginx systemd: name: nginx state: restarted