mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
17 lines
304 B
YAML
17 lines
304 B
YAML
---
|
|
|
|
- name: Install JDK if necessary on Ubuntu
|
|
package:
|
|
name:
|
|
- openjdk-{{ java_major_version }}-jdk-headless
|
|
when: use_system_jdk
|
|
tags:
|
|
- runtime_pkg
|
|
|
|
- name: Install other base packages on Ubuntu
|
|
package:
|
|
name:
|
|
- postgresql-client
|
|
- fonts-dejavu-core
|
|
- git
|