mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
clarif: php-zip name for Debian 9 or Ubuntu (vs Debian 8)
This commit is contained in:
parent
38ce25d53d
commit
c4ca29a203
1 changed files with 2 additions and 2 deletions
|
@ -21,11 +21,11 @@
|
||||||
- php{{ php_version }}-cli
|
- php{{ php_version }}-cli
|
||||||
when: is_debuntu
|
when: is_debuntu
|
||||||
|
|
||||||
- name: php-zip debian 8-9 changed name
|
- name: php-zip name for Debian 9 or Ubuntu
|
||||||
package: name=php{{ php_version }}-zip
|
package: name=php{{ php_version }}-zip
|
||||||
when: is_debian_9 or is_ubuntu
|
when: is_debian_9 or is_ubuntu
|
||||||
|
|
||||||
- name: php-zip debian 8-9 changed name
|
- name: php-zip name for Debian 8
|
||||||
package: name=php-pclzip
|
package: name=php-pclzip
|
||||||
when: is_debian_8
|
when: is_debian_8
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue