Skip to content

Commit

Permalink
Add myself to docker group
Browse files Browse the repository at this point in the history
  • Loading branch information
wizawu committed Jun 26, 2024
1 parent b5cfa70 commit ba43be3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@
prompt: Cancel the play with CTRL+C or continue with ENTER

tasks:
- name: create group
group: name=docker

- name: create user
user:
name: "{{user}}"
groups:
- docker
- root
- video
shell: /bin/bash
Expand Down
1 change: 1 addition & 0 deletions tasks/desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
- smplayer
- tilix
- vim-gtk3
- virtualbox
- x11-xkb-utils
- x11-xserver-utils
- xdg-desktop-portal
Expand Down

0 comments on commit ba43be3

Please sign in to comment.