mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 12:12:13 +02:00
added installation of lazydocker
This commit is contained in:
@@ -9,6 +9,10 @@
|
||||
pacman:
|
||||
name: docker-compose
|
||||
state: present
|
||||
- name: Install LazyDocker (Docker TUI)
|
||||
kewlfft.aur.aur:
|
||||
name: lazydocker
|
||||
state: present
|
||||
- name: List groups for the unprivileged user
|
||||
command: groups {{ ansible_user_id }}
|
||||
register: user_groups_command
|
||||
|
||||
Reference in New Issue
Block a user