mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 17:03:06 -06:00
8 lines
221 B
YAML
8 lines
221 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
|