Skip to content

Commit

Permalink
feat: install bzip2 command for compression
Browse files Browse the repository at this point in the history
  • Loading branch information
rija committed Aug 8, 2024
1 parent 52d121c commit b6c838f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ops/infrastructure/roles/basic-tools/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@
name: lbzip2
state: present

- name: Install bzip2
dnf:
name: bzip2
state: present

0 comments on commit b6c838f

Please sign in to comment.