From 1a05e3ae721a15c90b795e1faf1edef21b449c2a Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Sun, 6 May 2018 17:47:34 -0500 Subject: [PATCH] PR #26 follow-up: Docs tidy. --- README.md | 2 +- tasks/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f348fe5..74fc22e 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Docker Compose installation options. - user1 - user2 -Set the docker_users variable to allow those users to run docker (these users are added to the docker group) +A list of system users to be added to the `docker` group (so they can use Docker on the server). ## Use with Ansible (and `docker` Python library) diff --git a/tasks/main.yml b/tasks/main.yml index 01895d4..f47f630 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -24,5 +24,5 @@ - include_tasks: docker-compose.yml when: docker_install_compose -- include: docker-users.yml +- include_tasks: docker-users.yml when: docker_users