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:
|
roles:
|
||||||
- role: linux_common
|
- role: linux_common
|
||||||
- role: aws_common
|
- role: aws_common
|
||||||
- role: aws_efs_config
|
|
||||||
|
|||||||
@@ -5,3 +5,4 @@
|
|||||||
name:
|
name:
|
||||||
- shadow-utils
|
- shadow-utils
|
||||||
- libxml2
|
- libxml2
|
||||||
|
- git-{{ git_version }}
|
||||||
|
|||||||
@@ -5,3 +5,4 @@
|
|||||||
name:
|
name:
|
||||||
- python3-psycopg2
|
- python3-psycopg2
|
||||||
- libxml2-utils
|
- libxml2-utils
|
||||||
|
- git
|
||||||
|
|||||||
@@ -9,8 +9,7 @@
|
|||||||
- name: Install other base packages on Amazon Linux
|
- name: Install other base packages on Amazon Linux
|
||||||
yum:
|
yum:
|
||||||
name:
|
name:
|
||||||
- git-{{ git_version }}
|
- dejavu-fonts-common # Required by the installer
|
||||||
- dejavu-fonts-common
|
|
||||||
|
|
||||||
# Amazon Linux 2 supplies extra packages via a special command.
|
# Amazon Linux 2 supplies extra packages via a special command.
|
||||||
- name: Enable Postgresql from 'extras'
|
- name: Enable Postgresql from 'extras'
|
||||||
|
|||||||
@@ -12,5 +12,4 @@
|
|||||||
package:
|
package:
|
||||||
name:
|
name:
|
||||||
- postgresql-client
|
- postgresql-client
|
||||||
- fonts-dejavu-core
|
- fonts-dejavu-core # Required by installer
|
||||||
- git
|
|
||||||
|
|||||||
Reference in New Issue
Block a user