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 @@
|
||||
- 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