--- - name: Restart nginx service: name: nginx state: restarted - name: Restart PHP-FPM service: name: "{{ php_fpm_service_name }}" state: restarted