mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
10 lines
163 B
YAML
10 lines
163 B
YAML
---
|
|
|
|
- name: Install common Ubuntu support packages
|
|
ansible.builtin.apt:
|
|
name:
|
|
- python3-psycopg2
|
|
- libxml2-utils
|
|
- git
|
|
- fontconfig
|