6 lines
147 B
YAML
6 lines
147 B
YAML
|
---
|
||
|
- name: restart apache
|
||
|
action: service name=httpd state=restarted
|
||
|
- name: restart memcached
|
||
|
action: service name=memcached state=restarted
|