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: roles:
- role: linux_common - role: linux_common
- role: aws_common - role: aws_common
- role: aws_efs_config

View File

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

View File

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

View File

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

View File

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