mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
[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>
This commit is contained in:
parent
c1b1fc6c04
commit
c2900e7dec
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue