Skip to content

Commit

Permalink
Add libapache2-mod-php7.0, since php7.0-fpm says 'most users will wan…
Browse files Browse the repository at this point in the history
…t this' -- and it allows Drupal to run.
  • Loading branch information
becw committed Nov 9, 2017
1 parent 84e47c5 commit 2e35e16
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions provisioning/roles/php7/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
with_items:
- php7.0-cli
- php7.0-fpm
- libapache2-mod-php7.0
- php-pear
- php7.0-common
- php7.0-dev
Expand All @@ -24,6 +25,11 @@
with_items: "{{ php7_modules_enable }}"
tags: php7

- name: Enable Apache Module
become: yes
command: /usr/sbin/a2enmod php7.0
tags: php7

- name: Update php.ini (cli)
become: yes
template: src=php.ini.j2 dest={{ item }} owner=root group=root
Expand Down

0 comments on commit 2e35e16

Please sign in to comment.