[PR #9796/217a1883 backport][stable-10] locale_gen: enable tests for 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 217a18839d)

Co-authored-by: Felix Fontein <felix@fontein.de>
pull/9800/head
patchback[bot] 2025-02-23 15:27:08 +01:00 committed by GitHub
parent a17083ea84
commit ceb051851e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -6,5 +6,7 @@ azp/posix/3
destructive
needs/root
skip/aix
skip/fedora
skip/freebsd
skip/macos
skip/rhel

View File

@ -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