4 lines
81 B
YAML
4 lines
81 B
YAML
---
|
|
- name: Restart httpd
|
|
service: name="{{ httpd_service }}" state=restarted
|
|
|