mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
10 lines
260 B
YAML
10 lines
260 B
YAML
---
|
|
|
|
# Amazon Linux 2 supplies extra packages via a special command.
|
|
- name: Enable Postgresql from 'extras'
|
|
command: amazon-linux-extras install -y "postgresql{{ postgres_version }}"
|
|
args:
|
|
creates: /usr/bin/psql
|
|
environment:
|
|
PYTHON: /bin/python
|