mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2024-11-24 12:06:02 +01:00
Fix tests by using proper libpng-dev package.
This commit is contained in:
parent
0122ed31aa
commit
7da296dd4f
@ -31,7 +31,7 @@
|
|||||||
- libcurl4-openssl-dev
|
- libcurl4-openssl-dev
|
||||||
- libbz2-dev
|
- libbz2-dev
|
||||||
- libjpeg-dev
|
- libjpeg-dev
|
||||||
- libpng-dev
|
- libpng12-dev
|
||||||
- libxpm-dev
|
- libxpm-dev
|
||||||
- libfreetype6-dev
|
- libfreetype6-dev
|
||||||
- libgmp3-dev
|
- libgmp3-dev
|
||||||
@ -59,6 +59,7 @@
|
|||||||
version: "{{ php_source_version }}"
|
version: "{{ php_source_version }}"
|
||||||
accept_hostkey: yes
|
accept_hostkey: yes
|
||||||
depth: 1
|
depth: 1
|
||||||
|
force: yes
|
||||||
|
|
||||||
- name: Check if PHP is installed.
|
- name: Check if PHP is installed.
|
||||||
command: which php
|
command: which php
|
||||||
|
Loading…
Reference in New Issue
Block a user