mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-18 03:51:43 -07:00
Initial commit
This commit is contained in:
commit
aebc1b03fd
4861 changed files with 812621 additions and 0 deletions
18
tests/integration/targets/xfs_quota/tasks/main.yml
Normal file
18
tests/integration/targets/xfs_quota/tasks/main.yml
Normal file
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
- block:
|
||||
- name: Create test user
|
||||
user:
|
||||
name: xfsquotauser
|
||||
state: present
|
||||
become: yes
|
||||
|
||||
- include_tasks: uquota.yml
|
||||
- include_tasks: gquota.yml
|
||||
- include_tasks: pquota.yml
|
||||
|
||||
always:
|
||||
- name: cleanup test user
|
||||
user:
|
||||
name: xfsquotauser
|
||||
state: absent
|
||||
become: yes
|
Loading…
Add table
Add a link
Reference in a new issue