Reformat code

This commit is contained in:
Emmet O'Grady 2017-08-11 09:40:05 +01:00
parent 2fbaa2d33e
commit efd78e5311
1 changed files with 4 additions and 1 deletions

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