Added php-twig-ctwig package for CentOS 7 PHP7

This commit is contained in:
Ivan Grynenko 2016-06-13 15:20:59 +10:00
parent 046d346a6e
commit e8ba3a07a7
2 changed files with 7 additions and 1 deletions

View file

@ -101,7 +101,6 @@ php_packages:
- php-pdo
- php-pear
- php-pecl-apcu
- php-twig-ctwig
- php-xml
- php-xmlrpc
- php-pecl-uploadprogress

View file

@ -6,3 +6,10 @@
enablerepo: "{{ php_enablerepo }}"
with_items: "{{ php_packages }}"
notify: restart webserver
- name: Ensure PHP twigc package is installed.
yum:
name: "php-twig-ctwig"
state: "installed"
enablerepo: "remi"
notify: restart webserver