Disable ejabberd tests on Arch Linux (#8313)

Disable ejabberd tests on Arch Linux.
pull/8320/head
Felix Fontein 2024-05-05 20:32:22 +02:00 committed by GitHub
parent 4bd68ac153
commit bc609d74a0
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