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