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:
commit
aa2a4c02da
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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 }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue