ansible/roles/pgadmin4/handlers/main.yml

7 lines
97 B
YAML

---
- name: Restart pgadmin4
ansible.builtin.service:
name: pgadmin4
state: restarted