mirror of https://github.com/ansible/ansible.git
test: Enable group tests for Alpine (#84652)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>pull/84707/head
parent
d0110ff691
commit
411b7985a5
@ -1,25 +1,9 @@
|
|||||||
# Test code for the group module.
|
# Test code for the group module.
|
||||||
# (c) 2017, James Tanner <tanner.jc@gmail.com>
|
# Copyright: (c) 2017, James Tanner <tanner.jc@gmail.com>
|
||||||
|
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
# This file is part of Ansible
|
|
||||||
#
|
|
||||||
# Ansible is free software: you can redistribute it and/or modify
|
|
||||||
# it under the terms of the GNU General Public License as published by
|
|
||||||
# the Free Software Foundation, either version 3 of the License, or
|
|
||||||
# (at your option) any later version.
|
|
||||||
#
|
|
||||||
# Ansible is distributed in the hope that it will be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
- name: skip broken distros
|
|
||||||
meta: end_host
|
|
||||||
when: ansible_distribution == 'Alpine'
|
|
||||||
|
|
||||||
- import_tasks: tests.yml
|
- import_tasks: tests.yml
|
||||||
- import_tasks: test_create_group_min_max.yml
|
- import_tasks: test_create_group_min_max.yml
|
||||||
when: ansible_facts.system == 'Linux'
|
when:
|
||||||
|
- ansible_facts.system == 'Linux'
|
||||||
|
- ansible_distribution != 'Alpine'
|
||||||
|
|||||||
Loading…
Reference in New Issue