2021-12-01 19:13:34 +01:00

5 lines
80 B
YAML

---
- name: restart redis
service: name=redis state=restarted enabled=yes
...