1
0
Fork 0
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:
A Holt 2018-02-11 19:28:07 -05:00 committed by GitHub
commit 71b71a169e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: