Skip to content

Commit

Permalink
add build-essential for btop from source
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Nov 20, 2024
1 parent 7f21855 commit e360a68
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions roles/diagnostic/tasks/setup_btop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@
not btop_installed.stat.exists | bool
or not btop_static_source_file_exists.stat.exists
block:
- name: Be sure build-essential package is installed
ansible.builtin.apt:
name: build-essential
state: present

- name: Remove previous btop source directory
ansible.builtin.file:
path: "{{ btop_source_path }}"
Expand Down

0 comments on commit e360a68

Please sign in to comment.