mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-18 02:43:06 -06:00
15 lines
294 B
YAML
15 lines
294 B
YAML
---
|
|
|
|
- name: Install Amazon-Linux-specific support packages
|
|
yum:
|
|
name:
|
|
- shadow-utils
|
|
- libxml2
|
|
- git-{{ git_version }}
|
|
|
|
- name: Install Docker if necessary
|
|
command: amazon-linux-extras install -y docker
|
|
args:
|
|
creates: /usr/bin/docker
|
|
when: atl_docker_install
|