remove tailling whitespaces
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
otthorn 2021-03-10 12:11:02 +01:00
parent a4c393d3fb
commit dbbaf0d26d

View file

@ -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