REmove superseded aws_linux2_product_common role.

This commit is contained in:
Steve Smith
2019-04-09 16:19:44 +10:00
parent 892a212061
commit fa1ac8c7e6

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