add postgresql_version to empty
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Eric Morino 2020-12-07 16:24:11 +01:00
parent 2a94a3bdf1
commit 0f7dcb57b1
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ postgresql_random_page_cost: 1.5
postgresql_effective_cache_size: "{{ (ansible_memtotal_mb * 0.5) | int }}MB"
# PostgreSQL version
postgresql_version: '9.6'
postgresql_version: ''
# Set locales
locales_default: fr_FR.UTF-8