remove tailling whitespaces
This commit is contained in:
parent
a4c393d3fb
commit
dbbaf0d26d
1 changed files with 1 additions and 3 deletions
|
@ -24,7 +24,7 @@
|
||||||
owner: postgres
|
owner: postgres
|
||||||
group: postgres
|
group: postgres
|
||||||
mode: 0755
|
mode: 0755
|
||||||
|
|
||||||
- name: Configuration of postgresql {{ postgresql.version }}
|
- name: Configuration of postgresql {{ postgresql.version }}
|
||||||
template:
|
template:
|
||||||
src: postgresql/{{ item }}.j2
|
src: postgresql/{{ item }}.j2
|
||||||
|
@ -37,5 +37,3 @@
|
||||||
- postgresql.conf
|
- postgresql.conf
|
||||||
notify:
|
notify:
|
||||||
- restart postgresql
|
- restart postgresql
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue