diff --git a/workstation.yml b/workstation.yml index 08dbc962e8ee0ae04545006995ba2845d03bcac1..ada53e4001b00983be2874fc8e55996562a20795 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 }}"'