mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-17 02:13:06 -06:00
11 lines
205 B
YAML
11 lines
205 B
YAML
---
|
|
|
|
- name: Install Amazon-Linux-specific support packages
|
|
yum:
|
|
name:
|
|
- shadow-utils
|
|
- libxml2
|
|
- git-{{ git_version }}
|
|
- dejavu-sans-fonts
|
|
ansible_python_interpreter: auto
|