mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
need sqlite3 for rachel maps
This commit is contained in:
parent
b6d20fdbd7
commit
04ec5bac7d
1 changed files with 3 additions and 3 deletions
|
@ -14,9 +14,9 @@
|
||||||
package: name=php{{ php_version }}-sqlite
|
package: name=php{{ php_version }}-sqlite
|
||||||
when: is_debian and ansible_distribution_major_version == "8"
|
when: is_debian and ansible_distribution_major_version == "8"
|
||||||
|
|
||||||
#- name: Debian changed sqlite name
|
- name: Debian changed sqlite name
|
||||||
# package: name=php{{ php_version }}-sqlite3
|
package: name=php{{ php_version }}-sqlite3
|
||||||
# when: ansible_local.local_facts.os_ver == "debian-9"
|
when: is_debian and ansible_distribution_major_version == "9"
|
||||||
|
|
||||||
- name: Install httpd required packages
|
- name: Install httpd required packages
|
||||||
package: name={{ item }}
|
package: name={{ item }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue