initial commit
This commit is contained in:
commit
5925d5b26d
2 changed files with 11 additions and 0 deletions
6
handlers/main.yml
Normal file
6
handlers/main.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
- name: restart redis
|
||||
systemd:
|
||||
name: redis
|
||||
state: restarted
|
||||
enabled: yes
|
||||
daemon_reload: yes
|
||||
Loading…
Add table
Add a link
Reference in a new issue