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