1
0
Fork 0
mirror of https://github.com/geerlingguy/ansible-role-postgresql.git synced 2025-03-10 17:26:20 -04:00

Reformat code

This commit is contained in:
Emmet O'Grady 2017-08-11 09:40:05 +01:00
parent 2fbaa2d33e
commit efd78e5311

View file

@ -1,3 +1,6 @@
---
- name: restart postgresql
service: "name={{ postgresql_daemon }} state=restarted sleep=5"
service:
name: "{{ postgresql_daemon }}"
state: restarted
sleep: 5