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:
parent
2fbaa2d33e
commit
efd78e5311
1 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
|||
---
|
||||
- name: restart postgresql
|
||||
service: "name={{ postgresql_daemon }} state=restarted sleep=5"
|
||||
service:
|
||||
name: "{{ postgresql_daemon }}"
|
||||
state: restarted
|
||||
sleep: 5
|
||||
|
|
Loading…
Add table
Reference in a new issue