mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
DCD-224: Move Amazon-specific Postgres installation to product-common role.
This commit is contained in:
@@ -5,7 +5,3 @@
|
||||
name:
|
||||
- amazon-ssm-agent
|
||||
- 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:
|
||||
- java-{{ java_version }}-openjdk-devel
|
||||
- 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