mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 17:03:06 -06:00
9 lines
173 B
YAML
9 lines
173 B
YAML
---
|
|
|
|
- name: Install Java and other base packages on Ubuntu
|
|
package:
|
|
name:
|
|
- openjdk-{{ java_major_version }}-jdk-headless
|
|
- postgresql-client
|
|
- git
|