feat(role): add filezilla
This commit is contained in:
parent
ea62e712fd
commit
d00175ab90
|
@ -9,6 +9,7 @@ default_roles:
|
|||
- delta
|
||||
- discord
|
||||
- docker
|
||||
- filezilla
|
||||
- flameshot
|
||||
- fonts
|
||||
- fzf
|
||||
|
|
7
roles/filezilla/tasks/main.yaml
Normal file
7
roles/filezilla/tasks/main.yaml
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
- name: Install
|
||||
community.general.flatpak:
|
||||
name:
|
||||
- org.filezillaproject.Filezilla
|
||||
method: user
|
||||
state: present
|
Loading…
Reference in a new issue