mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update main.yml
This commit is contained in:
parent
d005edad55
commit
7ee64466b2
1 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
- name: Install packages python-psycopg2 and php-pgsql (OS's other than debuntu)
|
- name: "Install packages: python-psycopg2, php-pgsql (OS's other than debuntu)"
|
||||||
package:
|
package:
|
||||||
name:
|
name:
|
||||||
- python-psycopg2
|
- python-psycopg2
|
||||||
|
@ -20,12 +20,12 @@
|
||||||
state: present
|
state: present
|
||||||
when: is_debuntu
|
when: is_debuntu
|
||||||
|
|
||||||
- name: php-zip name (debian-9 or ubuntu)
|
- name: "Install package: php{{ php_version }}-zip (ubuntu or debian-9+)"
|
||||||
package:
|
package:
|
||||||
name: "php{{ php_version }}-zip"
|
name: "php{{ php_version }}-zip"
|
||||||
when: is_debian_9 or is_ubuntu
|
when: is_ubuntu or (is_debian and not is_debian_8)
|
||||||
|
|
||||||
- name: php-zip name for (debian-8)
|
- name: "Install package: php-pclzip (debian-8)"
|
||||||
package:
|
package:
|
||||||
name: php-pclzip
|
name: php-pclzip
|
||||||
when: is_debian_8
|
when: is_debian_8
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue