mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-08 14:20:04 -07:00
filesize: fix alpine linux sparse file (#4288)
* fix sparse file creation on Alpine linux * re-enable tests for Alpine * remove `conv=sparse` flag (rely only on `seek=fullsize` & `count=0`) * doc: add a reference to busybox's dd * doc: remove restrictions for OpenBSD, Solaris & AIX (should work as for Alpine linux now) * add a changelog fragment * fix typo Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
be433d762b
commit
0da8cb2e02
3 changed files with 10 additions and 6 deletions
|
@ -29,7 +29,6 @@
|
|||
include_tasks: sparse.yml
|
||||
when:
|
||||
- not (ansible_os_family == 'Darwin' and ansible_distribution_version is version('11', '<'))
|
||||
- not (ansible_os_family == 'Alpine') # TODO figure out why it fails
|
||||
|
||||
- name: Include tasks to test playing with symlinks
|
||||
include_tasks: symlinks.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue