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

Issue #1068: Add php-yaml as a default php package #1073

Merged
merged 1 commit into from
Dec 23, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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