diff --git a/roles/httpd/tasks/main.yml b/roles/httpd/tasks/main.yml index 4319e141b..6ca635e8b 100644 --- a/roles/httpd/tasks/main.yml +++ b/roles/httpd/tasks/main.yml @@ -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: is_debian and ansible_distribution_major_version == "9" - name: Install httpd required packages package: name={{ item }}