From 624c5f7b68f30e6dd65a52426682e040fe9cbb82 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Sun, 23 Apr 2023 18:49:41 +0200 Subject: [PATCH] [PR #6413/0edc3e82 backport][stable-5] xfs_quota: uninstalling packages breaks tests on Alpine (#6417) xfs_quota: uninstalling packages breaks tests on Alpine (#6413) Uninstalling packages breaks tests on Alpine. (cherry picked from commit 0edc3e820eec54c53a0b5c75d51fab4c86b2b5c4) Co-authored-by: Felix Fontein --- .../targets/xfs_quota/handlers/main.yml | 15 --------------- .../integration/targets/xfs_quota/tasks/main.yml | 1 - 2 files changed, 16 deletions(-) delete mode 100644 tests/integration/targets/xfs_quota/handlers/main.yml diff --git a/tests/integration/targets/xfs_quota/handlers/main.yml b/tests/integration/targets/xfs_quota/handlers/main.yml deleted file mode 100644 index 60e1e3d1fe..0000000000 --- a/tests/integration/targets/xfs_quota/handlers/main.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -# Copyright (c) Ansible Project -# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) -# SPDX-License-Identifier: GPL-3.0-or-later - -- name: remove Alpine packages - when: ansible_distribution == 'Alpine' - package: - name: - - xfsprogs - - xfsprogs-extra - - mount - - umount - state: absent - listen: cleanup alpine diff --git a/tests/integration/targets/xfs_quota/tasks/main.yml b/tests/integration/targets/xfs_quota/tasks/main.yml index 8ede41d290..ec6abf165b 100644 --- a/tests/integration/targets/xfs_quota/tasks/main.yml +++ b/tests/integration/targets/xfs_quota/tasks/main.yml @@ -17,7 +17,6 @@ - mount - umount state: latest - notify: cleanup alpine - block: - name: Create test user