mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-16 09:53: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.
|
||||
- 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:
|
||||
creates: /usr/bin/psql
|
||||
|
||||
Reference in New Issue
Block a user