blob: c42f3f0942b4311d1a0363324dd07faffb2edebb [file] [log] [blame]
Zack Williams15c09e72020-10-14 21:30:57 -07001---
2# php handlers/main.yml
3#
4# SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org>
5# SPDX-License-Identifier: Apache-2.0
6
7- name: start-php
8 service:
Zack Williamscf75b762021-07-02 16:48:26 -07009 name: "{{ php_fpm_service }}"
Zack Williams15c09e72020-10-14 21:30:57 -070010 state: started
11
12- name: restart-php
13 service:
Zack Williamscf75b762021-07-02 16:48:26 -070014 name: "{{ php_fpm_service }}"
Zack Williams15c09e72020-10-14 21:30:57 -070015 state: restarted