Skip to content
Snippets Groups Projects
Commit 2dc5ea51 authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-inventories/zehnder#1881 Disable sqlsrv PECL packages

parent 54a40734
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,7 @@
with_items:
- sqlsrv
- pdo_sqlsrv
when: false
- name: Configuration files
copy:
......@@ -51,6 +52,7 @@
- pdo_sqlsrv
notify:
- Restart Apache
when: false
- name: Enable extensions
shell: phpenmod {{ item }}
......@@ -59,3 +61,4 @@
- pdo_sqlsrv
notify:
- Restart Apache
when: false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment