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 e8fdfe9 commit 657e69d
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'

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

0 comments on commit 657e69d

Please sign in to comment.