mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
[PR #6413/0edc3e82 backport][stable-6] xfs_quota: uninstalling packages breaks tests on Alpine (#6418)
xfs_quota: uninstalling packages breaks tests on Alpine (#6413)
Uninstalling packages breaks tests on Alpine.
(cherry picked from commit 0edc3e820e
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
75aa353281
commit
1ae5a2cd05
2 changed files with 0 additions and 16 deletions
|
@ -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
|
|
@ -17,7 +17,6 @@
|
|||
- mount
|
||||
- umount
|
||||
state: latest
|
||||
notify: cleanup alpine
|
||||
|
||||
- block:
|
||||
- name: Create test user
|
||||
|
|
Loading…
Reference in a new issue