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 set facts for buster
pull/119/head
Eric Morino
3 months ago
parent
98f798b9fb
commit
5522f822f7
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
postgresql/tasks/packages_buster.yml
+ 4
- 0
postgresql/tasks/packages_buster.yml
View File
@ -1,5 +1,9 @@
---
-
name
:
"Set variables (Debian 10)"
set_fact:
postgresql_version
:
'11'
-
include
:
pgdg-repo.yml
when
:
postgresql_version != '11'
Write
Preview
Loading…
Cancel
Save