mirror of
https://github.com/Apress/Beginning-Ansible-Concepts-and-Application.git
synced 2024-11-09 17:07:44 +01:00
6 lines
77 B
YAML
6 lines
77 B
YAML
---
|
|
- name: Reload HAProxy
|
|
service:
|
|
name: haproxy
|
|
state: reloaded
|
|
|