ansible.posix/changelogs/fragments/148_new_module_filesize.yml
quidame 6ce2f02fe5 refactor tests
* Add a stat task for almost every filesize tasks and check results
  (size) consistency.
* Check that cmd result is always the same, in check mode or not.
* Check consistency of other returned results (size_diff & filesize.bytes).

add DOCUMENTATION.seealso section
fix docstrings coding style (tenses, typos...)
add changelog fragment (placeholder)
2021-03-24 19:57:22 +01:00

3 lines
131 B
YAML

---
trivial:
- filesize - new module to create or resize a file (https://github.com/ansible-collections/ansible.posix/pull/148).