Renamed role
This commit is contained in:
5
examples/015_2_roles/apache2/handlers/main.yml
Normal file
5
examples/015_2_roles/apache2/handlers/main.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
#SPDX-License-Identifier: MIT-0
|
||||
---
|
||||
# handlers file for apache2
|
||||
- name: restart apache2
|
||||
service: name=apache2 state=restarted
|
||||
Reference in New Issue
Block a user