mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-08 19:00:18 +01:00
Fixing php-twig
This commit is contained in:
parent
e8ba3a07a7
commit
6232d67750
2 changed files with 1 additions and 7 deletions
|
@ -102,6 +102,7 @@ php_packages:
|
||||||
- php-pear
|
- php-pear
|
||||||
- php-pecl-apcu
|
- php-pecl-apcu
|
||||||
- php-xml
|
- php-xml
|
||||||
|
- php-twig
|
||||||
- php-xmlrpc
|
- php-xmlrpc
|
||||||
- php-pecl-uploadprogress
|
- php-pecl-uploadprogress
|
||||||
|
|
||||||
|
|
|
@ -6,10 +6,3 @@
|
||||||
enablerepo: "{{ php_enablerepo }}"
|
enablerepo: "{{ php_enablerepo }}"
|
||||||
with_items: "{{ php_packages }}"
|
with_items: "{{ php_packages }}"
|
||||||
notify: restart webserver
|
notify: restart webserver
|
||||||
|
|
||||||
- name: Ensure PHP twigc package is installed.
|
|
||||||
yum:
|
|
||||||
name: "php-twig-ctwig"
|
|
||||||
state: "installed"
|
|
||||||
enablerepo: "remi"
|
|
||||||
notify: restart webserver
|
|
||||||
|
|
Loading…
Reference in a new issue