mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-686: Rename role to reflect updated functionality and exand restore functionality.
This commit is contained in:
7
roles/restore_backups/tasks/amazon.yml
Normal file
7
roles/restore_backups/tasks/amazon.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
|
||||
# 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
|
||||
Reference in New Issue
Block a user