PR #26 follow-up: Docs tidy.

master
Jeff Geerling 2018-05-06 17:47:34 -05:00
parent db8265990b
commit 1a05e3ae72
2 changed files with 2 additions and 2 deletions

View File

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

View File

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