Skip to content

Commit

Permalink
Make sure php-dev is enabled and trigger an Apache restart
Browse files Browse the repository at this point in the history
  • Loading branch information
rhea-machine committed Aug 13, 2019
1 parent 20d9da1 commit e9b9988
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions provisioning/roles/php-apache/tasks/php7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@
notify: restart apache
become: yes

#- name: Configure mod-php
# command: php5enmod {{ item }}
# with_items:
# - php-dev
# - xdebug
# notify: restart apache
# become: yes
- name: Configure mod-php
command: php5enmod {{ item }}
with_items:
- php-dev
notify: restart apache
become: yes

- meta: flush_handlers

0 comments on commit e9b9988

Please sign in to comment.