mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
master <-> 6.3 differences and upgrade path to 6.4 (#128)
* treat ubuntu dhcpd similarly to debian (#84) * 6.3 pwroff (#107) * poweroff * poweroff * poweroff * some master sneaked into poweroff * more master slipped in -- nodocs
This commit is contained in:
parent
be7f05d15a
commit
22f3b7bd5d
1 changed files with 3 additions and 3 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue