Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

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 authored and kekkis committed Feb 23, 2017
1 parent 26fe685 commit aa46cee
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 aa46cee

Please sign in to comment.