From 0edc3e820eec54c53a0b5c75d51fab4c86b2b5c4 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 23 Apr 2023 17:51:45 +0200 Subject: [PATCH] xfs_quota: uninstalling packages breaks tests on Alpine (#6413) Uninstalling packages breaks tests on Alpine. --- .../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 b3b700a70a..8977cf9ec7 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