PR-81770: skip Alpine, limit to Linux, remove blank lines

pull/81770/head
Sebastian Kupfer 9 months ago
parent 8b4d85b0a8
commit 780e3eccac

@ -16,5 +16,10 @@
# 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: test_create_group_min_max.yml
- import_tasks: test_create_group_min_max.yml
when: ansible_facts.system == 'Linux'

@ -42,4 +42,5 @@
when: not (ansible_distribution == 'openSUSE Leap' and ansible_distribution_version is version('15.4', '>='))
- import_tasks: test_umask.yml
when: ansible_facts.system == 'Linux'
- import_tasks: test_create_user_min_max.yml
- import_tasks: test_create_user_min_max.yml
when: ansible_facts.system == 'Linux'

@ -71,5 +71,3 @@
local: true
register: uidmaxlocaluser_test_1
failed_when: not uidmaxlocaluser_test_1.failed

Loading…
Cancel
Save