mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 18:50:21 -07: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:
|
handlers:
|
||||||
- name: restart memcached
|
- name: restart memcached
|
||||||
service: name=memcached state=restarted
|
service: name=memcached state=restarted
|
||||||
- name: restart apache
|
- name: restart apache
|
||||||
service: name=apache state=restarted
|
service: name=apache state=restarted
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue