Files
ansible_role_package/tasks/pkgs/btop.yml
2025-03-03 12:04:09 -07:00

14 lines
312 B
YAML

# vim: set filetype=yaml.ansible :
---
- name: Add btop
when:
- btop_configured is undefined
block:
- name: Append to pkg_ssys
ansible.builtin.set_fact:
pkg_sys: "{{ pkg_sys + ['btop'] }}"
- name: Set broot_configured
ansible.builtin.set_fact:
broot_configured: true