Skip to content

Commit

Permalink
Issue geerlingguy#1068: Add php-yaml as a default php package
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyc committed Dec 22, 2016
1 parent 26b2dfe commit f41724e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions provisioning/vars/Debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ php_packages:
- "php{{ php_version }}-opcache"
- "php{{ php_version }}-sqlite3"
- "php{{ php_version }}-xml"
- "php{{ php_version }}-yaml"
18 changes: 18 additions & 0 deletions provisioning/vars/RedHat.yml
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
---
# Defaults set by `ansible-role-php` with the addition of `php-pecl-yaml`.
php_packages:
- php
- php-cli
- php-common
- php-devel
- php-fpm
- php-gd
- php-imap
- php-ldap
- php-mbstring
- php-opcache
- php-pdo
- php-pear
- php-pecl-apcu
- php-xml
- php-xmlrpc
- php-pecl-yaml

0 comments on commit f41724e

Please sign in to comment.