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:
parent
71b71a169e
commit
3c82927c40
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue