DCD-224: REmove superseded aws_linux2_product_common role.

This commit is contained in:
Steve Smith
2019-04-09 16:19:44 +10:00
parent c639ad2bbb
commit c2e0a87cb8

View File

@@ -1,12 +0,0 @@
---
# Amazon Linux 2 supplies extra packages via a special command.
- name: Enable Postgresql from 'extras'
command: amazon-linux-extras enable -y "postgresql{{ postgres_version }}"
- name: Install Java and other base packages
yum:
name:
- java-{{java_version}}-openjdk-devel
- git-{{git_version}}
- postgresql