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