mirror of
https://github.com/Maks1mS/ansible-role-docker.git
synced 2025-10-09 05:57:15 +03:00
Add user to docker group functionality
This commit is contained in:
6
tasks/docker-users.yml
Normal file
6
tasks/docker-users.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: Add users to docker group
|
||||
user:
|
||||
name: "{{ item }}"
|
||||
group: docker
|
||||
with_items: "{{ docker_users }}"
|
Reference in New Issue
Block a user