From f99b456952b7bc99e43099c0ac33678c67d1c1fc Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 17 Nov 2019 15:50:56 +0000 Subject: [PATCH] Install docker-y things Namely so I can enforce my user be in the `docker` group --- tasks/dev.yml | 2 ++ tasks/user.yml | 1 + 2 files changed, 3 insertions(+) diff --git a/tasks/dev.yml b/tasks/dev.yml index cff4c50..7f37242 100644 --- a/tasks/dev.yml +++ b/tasks/dev.yml @@ -22,6 +22,8 @@ - 'arduino-cli' - 'arduino-builder' - 'aws-cli' + - 'docker' + - 'docker-compose' - 'hugo' - 'poetry' - 'postgresql' diff --git a/tasks/user.yml b/tasks/user.yml index 64a97c6..6dc8e94 100644 --- a/tasks/user.yml +++ b/tasks/user.yml @@ -12,6 +12,7 @@ - wheel - tty - uucp + - docker - name: Give user sudo access lineinfile: