DCD-486: Add optional Docker installation.

This commit is contained in:
Steve Smith
2019-07-17 13:48:57 +10:00
parent 0d2a12a27c
commit 0a6769a8bd
9 changed files with 76 additions and 0 deletions

View File

@@ -6,3 +6,9 @@
- python3-psycopg2
- libxml2-utils
- git
- name: Install Docker if necessary
apt:
name:
- docker.io
when: atl_docker_install