mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2024-11-18 19:10:43 +01:00
PR #26 follow-up: Docs tidy.
This commit is contained in:
parent
db8265990b
commit
1a05e3ae72
@ -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)
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user