added yazi file manager
This commit is contained in:
13
tasks/pkgs/yazi.yml
Normal file
13
tasks/pkgs/yazi.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- name: Add yazi-fm
|
||||
when:
|
||||
- yazi-fm_configured is undefined
|
||||
block:
|
||||
- name: Append yazi-fm to pkg_sys
|
||||
ansible.builtin.set_fact:
|
||||
pkg_sys: "{{ pkg_sys + ['yazi-fm'] }}"
|
||||
|
||||
- name: Set yazi-fm_configured
|
||||
ansible.builtin.set_fact:
|
||||
yazi-fm_configured: true
|
||||
Reference in New Issue
Block a user