Skip to content

Commit

Permalink
[PR #9796/217a1883 backport][stable-10] locale_gen: enable tests for …
Browse files Browse the repository at this point in the history
…Arch Linux, make sure they don't even try to run on RHEL and Fedora VMs (#9798)

locale_gen: enable tests for Arch Linux, make sure they don't even try to run on RHEL and Fedora VMs (#9796)

Enable locale_gen tests for Arch Linux, make sure they don't even try to run on RHEL and Fedora VMs.

(cherry picked from commit 217a188)

Co-authored-by: Felix Fontein <felix@fontein.de>
  • Loading branch information
patchback[bot] and felixfontein authored Feb 23, 2025
1 parent a17083e commit ceb0518
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions tests/integration/targets/locale_gen/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ azp/posix/3
destructive
needs/root
skip/aix
skip/fedora
skip/freebsd
skip/macos
skip/rhel
2 changes: 1 addition & 1 deletion tests/integration/targets/locale_gen/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

- name: Bail out if not supported
ansible.builtin.meta: end_play
when: ansible_distribution not in ('Ubuntu', 'Debian')
when: ansible_distribution not in ('Ubuntu', 'Debian', 'Archlinux')

- name: Run tests auto-detecting mechanism
ansible.builtin.include_tasks: basic.yml
Expand Down

0 comments on commit ceb0518

Please sign in to comment.