added installation of lazydocker

This commit is contained in:
aminnairi
2024-01-02 22:20:17 +01:00
parent dcda81b33e
commit e4700482fa
+4
View File
@@ -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