You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible-msvsphere.ci/roles/gitea_db_server/handlers/main.yml

6 lines
100 B

---
- name: restart postgresql
ansible.builtin.service:
name: postgresql
state: restarted