Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
main.yml 74 B
---
- name: restart redis
  systemd:
    name: redis
    state: restarted