mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
Sets python environment for amazon-linux-extras to system python
This commit is contained in:
@@ -5,3 +5,5 @@
|
|||||||
command: amazon-linux-extras install -y "postgresql{{ postgres_version }}"
|
command: amazon-linux-extras install -y "postgresql{{ postgres_version }}"
|
||||||
args:
|
args:
|
||||||
creates: /usr/bin/psql
|
creates: /usr/bin/psql
|
||||||
|
environment:
|
||||||
|
PYTHON: /bin/python
|
||||||
|
|||||||
Reference in New Issue
Block a user