Skip to content

Commit

Permalink
www_base/tasks/php-stem.yml: Fix 'systemctl restart php7.4-fpm' warning
Browse files Browse the repository at this point in the history
  • Loading branch information
holta committed Dec 25, 2021
1 parent 81d676f commit 62e193d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/www_base/tasks/php-stem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
path: /etc/php/{{ php_version }}/fpm/conf.d/20-stem.ini
state: link

- name: YOU MAY NEED TO 'systemctl restart php{{ php_version }}-fpm' -- whereas during an IIAB install, roles/www_options does that for you
meta: noop:
- debug:
msg: YOU MAY NEED TO 'systemctl restart php{{ php_version }}-fpm' -- whereas during an IIAB install, roles/www_options does that for you


# - name: Set fact stem available php 7.2 - includes x86_64 only
Expand Down

0 comments on commit 62e193d

Please sign in to comment.