1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00

Ansible comment fixed to: (debian-9)

This commit is contained in:
A Holt 2018-02-11 20:02:09 -05:00 committed by GitHub
parent 71b71a169e
commit 3c82927c40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@
name: "php{{ php_version }}-sqlite"
when: is_debian and ansible_distribution_major_version == "8"
- name: Debian changed sqlite name
- name: Debian changed sqlite name (debian-9)
package: name=php{{ php_version }}-sqlite3
when: is_debian and ansible_distribution_major_version == "9"