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