5 lines
128 B
YAML
5 lines
128 B
YAML
|
|
---
|
||
|
|
- name: restart postgresql
|
||
|
|
ansible.builtin.command: brew services restart {{ postgresql_formula }}
|
||
|
|
async: 120
|
||
|
|
poll: 0
|