mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 23:25:28 +01:00
2022-05-31-12
This commit is contained in:
parent
f4cc6c4de6
commit
46cb35bda1
1 changed files with 1 additions and 3 deletions
|
|
@ -408,7 +408,5 @@
|
|||
# when: ansible_system in ('Linux')
|
||||
|
||||
- name: Create empty file
|
||||
community.general.filesize:
|
||||
path: /tmp/myfs.img
|
||||
size: 20M
|
||||
command: dd if=/dev/zero of=/tmp/myfs.img bs=1048576 count=20
|
||||
when: ansible_system in ('Linux')
|
||||
|
|
|
|||
Loading…
Reference in a new issue