2022-05-31-12

This commit is contained in:
Hideki Saito 2022-05-31 11:06:48 +09:00
parent f4cc6c4de6
commit 46cb35bda1

View file

@ -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')