mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-12 07:35:31 +01:00
* description: create a file given its size, or resize it * add integration tests (filter Mac OS X < 11 for some of them)
4 lines
143 B
YAML
4 lines
143 B
YAML
---
|
|
filesize_testdir: "/tmp/testdir"
|
|
filesize_testfile: "{{ filesize_testdir }}/testfile"
|
|
filesize_testlink: "{{ filesize_testdir }}/testlink"
|