8 lines
135 B
YAML
8 lines
135 B
YAML
|
---
|
||
|
- name: Install
|
||
|
community.general.homebrew:
|
||
|
name:
|
||
|
- lazygit
|
||
|
state: latest
|
||
|
path: /home/linuxbrew/.linuxbrew/bin
|