mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
11 lines
199 B
YAML
11 lines
199 B
YAML
---
|
|
|
|
- name: Install Java and other base packages on Ubuntu
|
|
package:
|
|
name:
|
|
- openjdk-{{ java_major_version }}-jdk-headless
|
|
- postgresql-client
|
|
- git
|
|
tags:
|
|
- runtime_pkg
|