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

Merge pull request #10642 from gaomd/patch-1

Remove redundant whitespace.
This commit is contained in:
Brian Coca 2015-04-08 11:21:22 -04:00
commit 1e7f7bfc12

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