--- - name: Install php-fpm apt: pkg=php-fpm state=latest - name: Start PHP-FPM daemon, and make sure it is started on boot service: name=php7.0-fpm state=started enabled=yes