mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 08:23:06 -06:00
16 lines
317 B
YAML
16 lines
317 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 # Required by installer
|