DCD-686: Rename role to reflect updated functionality and exand restore functionality.

This commit is contained in:
Steve Smith
2019-10-10 11:12:18 +11:00
parent 6f56925fa1
commit 93c359d029
4 changed files with 23 additions and 16 deletions

View 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