Fixing php-twig

This commit is contained in:
Ivan Grynenko 2016-06-13 15:25:02 +10:00
parent e8ba3a07a7
commit 6232d67750
2 changed files with 1 additions and 7 deletions

View file

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

View file

@ -6,10 +6,3 @@
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