Skip to content

Commit

Permalink
tests: Unminimize is no longer part of ubuntu:latest container image
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakuje committed Oct 24, 2024
1 parent b467763 commit 3a3e369
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/tasks/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
when:
- ansible_facts['distribution'] == 'Debian'

- name: Ensure unminimize package is installed
ansible.builtin.apt:
pkg:
- unminimize
when:
- ansible_facts['distribution'] == 'Ubuntu' and ansible_facts['distribution_major_version'] | int >= 24)

- name: Determine if system is ostree and set flag
when: not __sshd_is_ostree is defined
block:
Expand Down

0 comments on commit 3a3e369

Please sign in to comment.