From 0c5f82c438608cdffa7ab96366c5a3c359fc08a8 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Thu, 3 Oct 2019 14:57:20 +1000 Subject: [PATCH] DCD-686: Move git version to where it is used. --- roles/linux_common/defaults/main.yml | 1 + roles/product_common/defaults/main.yml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/linux_common/defaults/main.yml b/roles/linux_common/defaults/main.yml index 561baf2..cb751b1 100644 --- a/roles/linux_common/defaults/main.yml +++ b/roles/linux_common/defaults/main.yml @@ -1,3 +1,4 @@ --- atl_product_user_uid: '2001' +git_version: "2.14.4" diff --git a/roles/product_common/defaults/main.yml b/roles/product_common/defaults/main.yml index cb807b0..ce62ba4 100644 --- a/roles/product_common/defaults/main.yml +++ b/roles/product_common/defaults/main.yml @@ -2,7 +2,6 @@ java_version: "1.8.0" java_major_version: "8" postgres_version: "9.6" -git_version: "2.14.4" # Disable these when using the product installer, otherwise we end up # fighting with it.