mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-17 02:13:06 -06:00
DCD-798: Use correct ansible argument for the env variable
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
# Amazon Linux 2 supplies extra packages via a special command.
|
# Amazon Linux 2 supplies extra packages via a special command.
|
||||||
- name: Enable Postgresql from 'extras'
|
- name: Enable Postgresql from 'extras'
|
||||||
command: PYTHON=/bin/python amazon-linux-extras install -y "postgresql{{ postgres_version }}"
|
command: amazon-linux-extras install -y "postgresql{{ postgres_version }}"
|
||||||
|
environment:
|
||||||
|
PYTHON: /bin/python
|
||||||
args:
|
args:
|
||||||
creates: /usr/bin/psql
|
creates: /usr/bin/psql
|
||||||
|
|||||||
Reference in New Issue
Block a user