mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
xfs_quota: uninstalling packages breaks tests on Alpine (#6413)
Uninstalling packages breaks tests on Alpine.
This commit is contained in:
parent
6861450243
commit
0edc3e820e
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
|
- mount
|
||||||
- umount
|
- umount
|
||||||
state: latest
|
state: latest
|
||||||
notify: cleanup alpine
|
|
||||||
|
|
||||||
- block:
|
- block:
|
||||||
- name: Create test user
|
- name: Create test user
|
||||||
|
|
Loading…
Add table
Reference in a new issue