[PR #8313/bc609d74 backport][stable-8] Disable ejabberd tests on Arch Linux (#8319)

Disable ejabberd tests on Arch Linux (#8313)

Disable ejabberd tests on Arch Linux.

(cherry picked from commit bc609d74a0)

Co-authored-by: Felix Fontein <felix@fontein.de>
pull/8328/head
patchback[bot] 2024-05-05 20:42:52 +02:00 committed by GitHub
parent c1b1fc6c04
commit c2900e7dec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@
- name: Bail out if not supported - name: Bail out if not supported
ansible.builtin.meta: end_play ansible.builtin.meta: end_play
when: ansible_distribution in ('Alpine', 'openSUSE Leap', 'CentOS', 'Fedora') # TODO: remove Archlinux from the list
when: ansible_distribution in ('Alpine', 'openSUSE Leap', 'CentOS', 'Fedora', 'Archlinux')
- name: Remove ejabberd - name: Remove ejabberd