- name: Install php, php-mysqlnd yum: name: - php - php-mysqlnd - php-fpm state: present update_cache: yes - name: Enable php service: name: php-fpm state: started enabled: yes