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:
parent
640a2b811f
commit
665babdaab
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue