DCD-386: Move git installation to common.

This commit is contained in:
Steve Smith
2019-05-29 14:48:06 +10:00
parent da26edeefd
commit 9faa3b4e07
5 changed files with 4 additions and 5 deletions

View File

@@ -11,4 +11,3 @@
roles:
- role: linux_common
- role: aws_common
- role: aws_efs_config

View File

@@ -5,3 +5,4 @@
name:
- shadow-utils
- libxml2
- git-{{ git_version }}

View File

@@ -5,3 +5,4 @@
name:
- python3-psycopg2
- libxml2-utils
- git

View File

@@ -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'

View File

@@ -12,5 +12,4 @@
package:
name:
- postgresql-client
- fonts-dejavu-core
- git
- fonts-dejavu-core # Required by installer