mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
* bugfix: xfs_quota feedback on projects not initialized has changed
* changelog fragment
* Update changelogs/fragments/1596-xfs_quota-feedback_on_projects_not_initialized_has_changed.yml
Thanks for this, felixfontein
Co-authored-by: Felix Fontein <felix@fontein.de>
* xfs_quota is not necessarily in PATH
* pep8 and formatting
* Test was wrong. It needs to be changed
* formatting
* pep8 and formatting
* xfs_quota is not necessarily in PATH
* pep8 and formatting
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit ea65ce8e0d
)
Co-authored-by: William Leemans <bushvin@users.noreply.github.com>
This commit is contained in:
parent
196e8fe4e3
commit
29f028e33b
3 changed files with 178 additions and 124 deletions
|
@ -118,7 +118,7 @@
|
|||
- name: Assert project limits results for xft_quotaval after re-apply
|
||||
assert:
|
||||
that:
|
||||
- not test_pquota_project_after.changed
|
||||
- test_pquota_project_after.changed
|
||||
- name: Reset default project limits
|
||||
xfs_quota:
|
||||
mountpoint: '{{ remote_tmp_dir }}/pquota'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue