1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Remove redundant whitespace.

This commit is contained in:
Mengdi Gao 2015-04-08 14:19:45 +08:00
parent 640a2b811f
commit 665babdaab

View file

@ -334,7 +334,7 @@ Here's an example handlers section::
handlers:
- name: restart memcached
service: name=memcached state=restarted
service: name=memcached state=restarted
- name: restart apache
service: name=apache state=restarted