This website requires JavaScript.
Explore
Help
Sign in
ansible
/
community.general
Watch
1
Star
0
Fork
You've already forked community.general
0
mirror of
https://github.com/ansible-collections/community.general.git
synced
2024-09-14 20:13:21 +02:00
Code
Releases
Activity
b9266c31d0
community.general
/
tests
/
integration
/
targets
/
filesystem
/
meta
/
main.yml
5 lines
61 B
YAML
Raw
Normal View
History
Unescape
Escape
module filesystem: partially fix idempotency issue #1457 (resizefs) (#1478) * Use 'xfs_info' to query fs size, that doesn't always require the device be mounted. Although still query mountpoint first for backward compatibility. * Do not fail whith fstype=xfs and resizefs=yes if filesystem already fills its underlying device. * Include xfs in the tasks that test idempotency of resizefs option * Add changelogs/fragments/1478-filesystem-fix-1457-resizefs-idempotency.yml
2021-02-03 07:54:04 +01:00
---
Initial commit
2020-03-09 10:11:07 +01:00
dependencies
:
Set pkg_mgr facts manually for FreeBSD and OpenSUSE (#60) * Set pkg_mgr facts manually for FreeBSD and OpenSUSE. ci_complete * Make pkg_mgr fact work everywhere.
2020-03-29 21:34:10 +02:00
-
setup_pkg_mgr
Initial commit
2020-03-09 10:11:07 +01:00
-
setup_remote_tmp_dir
Copy permalink