Skip to content

Commit

Permalink
misc: Add basic filesystem tools to test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechtrefny committed Nov 14, 2023
1 parent 5588d49 commit d230c08
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion misc/install-test-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
- gettext
- python3-polib
- libblockdev-part
- btrfs-progs
- dosfstools
- e2fsprogs
- xfsprogs
when: ansible_distribution == "Fedora"

- name: Update apt cache (Debian/Ubuntu)
Expand Down Expand Up @@ -66,6 +70,10 @@
- gettext
- python3-polib
- libblockdev-part2
- btrfs-progs
- dosfstools
- e2fsprogs
- xfsprogs
when: ansible_distribution == "Ubuntu" or ansible_distribution == "Debian"

- name: Install Blivet dependencies not covered by PyPI (Ubuntu/Debian)
Expand Down Expand Up @@ -120,7 +128,9 @@
- python3-pip
- python3-polib
- libbd_part2
- btrfsprogs
- e2fsprogs
- xfsprogs
- adwaita-icon-theme
when: ansible_os_family == "Suse"

Expand Down Expand Up @@ -151,4 +161,4 @@
- name: Install pocketlint, blivet and pid using pip (openSUSE)
pip:
name: ['pocketlint', 'blivet', 'pid']
when: ansible_os_family == "Suse"
when: ansible_os_family == "Suse"

0 comments on commit d230c08

Please sign in to comment.