1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Merge pull request #809 from georgejhunt/sqlite

load php-sqlite on ubuntu
This commit is contained in:
A Holt 2018-05-21 12:02:15 -04:00 committed by GitHub
commit aa2a4c02da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View file

@ -3,5 +3,5 @@
[defaults]
squash_actions = apk, apt, dnf, homebrew, openbsd_pkg, pacman, pkgng, yum, zypper, package
remote_tmp = $HOME/.ansible/tmp
local_tmp = $HOME/.ansible/tmp
remote_tmp = /library/working/.ansible/tmp
local_tmp = /library/working/.ansible/tmp

View file

@ -31,6 +31,11 @@
- download
when: is_ubuntu
- name: Sqlite3 no longer included in another package in ubuntu18
package:
name: php{{ php_version }}-sqlite3
when: is_ubuntu_18
- name: Install httpd required packages (redhat)
package:
name: "{{ item }}"