--- # PHP - name: Copy php.ini configuration template: src=php.ini dest=/etc/php.ini notify: reload apache - name: Install APC shell: yes '' | pecl install apc; echo '' args: creates: /usr/lib64/php/modules/apc.so