mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
DCD-224: Refactor some names and add postgresql from extras.
This commit is contained in:
13
roles/aws_linux2_common/tasks/main.yml
Normal file
13
roles/aws_linux2_common/tasks/main.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
|
||||
|
||||
- name: Install AWS support packages
|
||||
yum:
|
||||
name:
|
||||
- amazon-ssm-agent
|
||||
- amazon-efs-utils
|
||||
|
||||
- name: Install common util packages
|
||||
yum:
|
||||
name:
|
||||
- jq
|
||||
Reference in New Issue
Block a user