--- # file: roles/php/handlers/main.yml - name: "Restart PHP-FPM" service: name: '{{ phpFpmService|default("php7.0-fpm") }}' state: 'restarted'