mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Merge pull request #659 from georgejhunt/mapsearch
need sqlite3 for rachel maps
This commit is contained in:
commit
71b71a169e
1 changed files with 3 additions and 3 deletions
|
@ -16,9 +16,9 @@
|
|||
name: "php{{ php_version }}-sqlite"
|
||||
when: is_debian and ansible_distribution_major_version == "8"
|
||||
|
||||
#- name: Debian changed sqlite name
|
||||
# package: name=php{{ php_version }}-sqlite3
|
||||
# when: ansible_local.local_facts.os_ver == "debian-9"
|
||||
- name: Debian changed sqlite name
|
||||
package: name=php{{ php_version }}-sqlite3
|
||||
when: is_debian and ansible_distribution_major_version == "9"
|
||||
|
||||
- name: Install httpd required packages (ubuntu)
|
||||
package:
|
||||
|
|
Loading…
Reference in a new issue