mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-19 03:13:07 -06:00
DCD-486: Add optional Docker installation.
This commit is contained in:
@@ -6,3 +6,9 @@
|
||||
- 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
|
||||
|
||||
@@ -6,3 +6,9 @@
|
||||
- python3-psycopg2
|
||||
- libxml2-utils
|
||||
- git
|
||||
|
||||
- name: Install Docker if necessary
|
||||
apt:
|
||||
name:
|
||||
- docker.io
|
||||
when: atl_docker_install
|
||||
|
||||
Reference in New Issue
Block a user