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

some master sneaked into poweroff

This commit is contained in:
George Hunt 2017-07-10 10:53:41 -07:00 committed by georgejhunt
parent 8cf6af0f1b
commit 3988e1ed9d

View file

@ -14,9 +14,9 @@
package: 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: ansible_local.local_facts.os_ver == "debian-9"
- name: Install httpd required packages
package: name={{ item }}