Files
community.general/lib/ansible/modules/system
Kai f30a08d049 Add vfat support for the filesystem module (#23527)
* Add fat filesystem support

fatresize is temporarily disabled

* Refactor Filesystem.get_dev_size

For more sharing with vFAT class

* Fix filesystem tests on some OSs

I think this is due to older mke2fs on those systems.

* Fix vFAT command on FreeBSD

newfs doesn't seem to work on image files

* Refactor filesystem.grow()

Split out grow_cmd generation and Device operations

* Use swap as unsupported filesystem

Except FreeBSD, which doesn't have mkswap

* Be consistent about str(dev) vs dev.path

Prefer str(dev), this works transparently with '%s' formatting.

* Enable vfat resize, only test fatresize >= 1.0.4

Lower versions have a segfault bug.

* Only install fatresize where available

FreeBSD, OpenSUSE, RHEL and CentOS < 7 don't ship it.
2018-02-06 11:56:43 +01:00
..
2016-12-08 11:22:22 -05:00
2017-11-21 20:59:08 -08:00
2017-08-15 23:12:08 -07:00
2017-12-07 20:25:55 +00:00
2017-08-15 23:12:08 -07:00
2017-11-30 18:07:11 +10:00
2018-02-05 23:39:56 -05:00
2018-02-05 23:39:56 -05:00
2017-11-07 16:30:53 +01:00
2017-08-15 23:12:08 -07:00
2017-08-15 23:12:08 -07:00
2018-01-08 13:35:16 -08:00
2017-08-15 23:12:08 -07:00
2017-11-21 20:59:08 -08:00
2018-02-05 23:39:56 -05:00