Skip to content

Commit

Permalink
Merge pull request #33 from sansible/GITHUB-32-add-php-xml
Browse files Browse the repository at this point in the history
[GITHUB-32] Add php-xml
  • Loading branch information
lobsterdore authored Jan 20, 2020
2 parents 2511c53 + 4e211ed commit bcb4cbc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tasks/build/pecl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
- name: Install PHP DEV packages
become: yes
apt:
name: "{{ sansible_php_version }}-dev"
name:
- "{{ sansible_php_version }}-dev"
- "{{ sansible_php_version }}-xml"

- name: Install PECL modules
become: yes
Expand Down

0 comments on commit bcb4cbc

Please sign in to comment.