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.
pull/9805/head
Felix Fontein 2025-02-23 15:17:49 +01:00 committed by GitHub
parent 961c9b7f4c
commit 217a18839d
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