mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-12 23:55:19 +01:00
2022-05-26-04
This commit is contained in:
parent
78136ae256
commit
b311d05751
1 changed files with 1 additions and 1 deletions
|
|
@ -246,7 +246,7 @@
|
||||||
- name: Create empty file
|
- name: Create empty file
|
||||||
community.general.filesize:
|
community.general.filesize:
|
||||||
path: /tmp/myfs.img
|
path: /tmp/myfs.img
|
||||||
size: 20
|
size: 20M
|
||||||
|
|
||||||
- name: Format FS
|
- name: Format FS
|
||||||
community.general.filesystem:
|
community.general.filesystem:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue