mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 08:23:06 -06:00
DCD-386: Move git installation to common.
This commit is contained in:
@@ -11,4 +11,3 @@
|
||||
roles:
|
||||
- role: linux_common
|
||||
- role: aws_common
|
||||
- role: aws_efs_config
|
||||
|
||||
@@ -5,3 +5,4 @@
|
||||
name:
|
||||
- shadow-utils
|
||||
- libxml2
|
||||
- git-{{ git_version }}
|
||||
|
||||
@@ -5,3 +5,4 @@
|
||||
name:
|
||||
- python3-psycopg2
|
||||
- libxml2-utils
|
||||
- git
|
||||
|
||||
@@ -9,8 +9,7 @@
|
||||
- name: Install other base packages on Amazon Linux
|
||||
yum:
|
||||
name:
|
||||
- git-{{ git_version }}
|
||||
- dejavu-fonts-common
|
||||
- dejavu-fonts-common # Required by the installer
|
||||
|
||||
# Amazon Linux 2 supplies extra packages via a special command.
|
||||
- name: Enable Postgresql from 'extras'
|
||||
|
||||
@@ -12,5 +12,4 @@
|
||||
package:
|
||||
name:
|
||||
- postgresql-client
|
||||
- fonts-dejavu-core
|
||||
- git
|
||||
- fonts-dejavu-core # Required by installer
|
||||
|
||||
Reference in New Issue
Block a user