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 @@ ...@@ -38,6 +38,7 @@
with_items: with_items:
- sqlsrv - sqlsrv
- pdo_sqlsrv - pdo_sqlsrv
when: false
- name: Configuration files - name: Configuration files
copy: copy:
...@@ -51,6 +52,7 @@ ...@@ -51,6 +52,7 @@
- pdo_sqlsrv - pdo_sqlsrv
notify: notify:
- Restart Apache - Restart Apache
when: false
- name: Enable extensions - name: Enable extensions
shell: phpenmod {{ item }} shell: phpenmod {{ item }}
...@@ -59,3 +61,4 @@ ...@@ -59,3 +61,4 @@
- pdo_sqlsrv - pdo_sqlsrv
notify: notify:
- Restart Apache - 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