mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-224: Move Amazon-specific Postgres installation to product-common role.
This commit is contained in:
@@ -5,7 +5,3 @@
|
|||||||
name:
|
name:
|
||||||
- amazon-ssm-agent
|
- amazon-ssm-agent
|
||||||
- amazon-efs-utils
|
- amazon-efs-utils
|
||||||
|
|
||||||
# Amazon Linux 2 supplies extra packages via a special command.
|
|
||||||
- name: Enable Postgresql from 'extras'
|
|
||||||
command: amazon-linux-extras enable -y "postgresql{{ postgres_version }}"
|
|
||||||
|
|||||||
@@ -5,4 +5,9 @@
|
|||||||
name:
|
name:
|
||||||
- java-{{ java_version }}-openjdk-devel
|
- java-{{ java_version }}-openjdk-devel
|
||||||
- git-{{ git_version }}
|
- git-{{ git_version }}
|
||||||
- postgresql
|
|
||||||
|
# Amazon Linux 2 supplies extra packages via a special command.
|
||||||
|
- name: Enable Postgresql from 'extras'
|
||||||
|
command: amazon-linux-extras install -y "postgresql{{ postgres_version }}"
|
||||||
|
args:
|
||||||
|
creates: /usr/bin/psql
|
||||||
|
|||||||
Reference in New Issue
Block a user