This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
evolix
/
ansible-roles
Watch
15
Star
2
Fork
1
Code
Issues
53
Pull Requests
13
Releases
31
Wiki
Activity
Browse Source
add postgresql_version to empty
pull/119/head
Eric Morino
3 months ago
parent
2a94a3bdf1
commit
0f7dcb57b1
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
postgresql/defaults/main.yml
+ 1
- 1
postgresql/defaults/main.yml
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
Write
Preview
Loading…
Cancel
Save