DCD-880: Fix python interpreter for amazon linux extras

This commit is contained in:
Ben Partridge
2020-01-06 17:08:47 +11:00
parent 054e5eff59
commit 4d83d11386

View File

@@ -17,3 +17,5 @@
command: amazon-linux-extras install -y "postgresql{{ atl_amazon_extras_postgresql_version }}" command: amazon-linux-extras install -y "postgresql{{ atl_amazon_extras_postgresql_version }}"
args: args:
creates: /usr/bin/psql creates: /usr/bin/psql
environment:
PYTHON: /bin/python