---
# file: roles/php/handlers/php.yml

- name: "PHP | Restart Apache"
  debug: msg="Need to restart Apache server"
  when: php_called_from_apache
  changed_when: php_called_from_apache
  notify:
    - "Apache | Restart Apache"