From 98b622254c45837bcad29b4a4a5e3700a5260ed3 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 13 Aug 2016 21:05:48 +0300
Subject: [PATCH] - Install Docker so that the Docker graph directory
 configuration is mandatory (removed ignore_errors).

---
 workstation.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/workstation.yml b/workstation.yml
index 08dbc96..ada53e4 100644
--- a/workstation.yml
+++ b/workstation.yml
@@ -21,6 +21,7 @@
   - name: APT install
     with_items:
     - network-manager
+    - docker.io
     - ufw
     - libdvdcss2
     apt:
@@ -58,7 +59,6 @@
     - Restart Docker
 
   - name: Configure Docker graph directory
-    ignore_errors: True
     lineinfile:
       dest: /etc/default/docker
       line: 'DOCKER_OPTS="--graph {{ docker_graph_directory }}"'
-- 
GitLab