Skip to content

Commit e0e02b5

Browse files
committed
docs: update README
1 parent 3f08a58 commit e0e02b5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,14 @@ These are the handlers that are defined in `handlers/main.yml`.
127127
```yaml
128128
---
129129
130+
- name: test and restart apache2
131+
command: apache2ctl configtest
132+
notify: restart apache2
133+
134+
- name: test and reload apache2
135+
command: apache2ctl configtest
136+
notify: reload apache2
137+
130138
- name: restart apache2
131139
service: name=apache2 state=restarted
132140
when: apache2_service_state != 'stopped'

0 commit comments

Comments
 (0)