mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 08:23:06 -06:00
10 lines
165 B
YAML
10 lines
165 B
YAML
---
|
|
|
|
- name: Install Amazon-Linux-specific support packages
|
|
yum:
|
|
name:
|
|
- shadow-utils
|
|
- libxml2
|
|
- git-{{ git_version }}
|
|
lock_timeout: 30
|