mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 23:25:28 +01:00
Do Not Merge: this PR is for CI test
Signed-off-by: Hideki Saito <saito@fgrep.org>
This commit is contained in:
parent
2d3f55caa7
commit
9e3a098489
2 changed files with 5 additions and 2 deletions
3
changelogs/fragments/367_dnm_ci_test.yml
Normal file
3
changelogs/fragments/367_dnm_ci_test.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
trivial:
|
||||
- Do Not Merge: this PR s for CI test.
|
||||
|
|
@ -244,12 +244,12 @@
|
|||
- 1 == optional_fields_content.stdout_lines | length
|
||||
|
||||
- name: Create empty file
|
||||
community.general.filesize:
|
||||
filesize:
|
||||
path: /tmp/myfs.img
|
||||
size: 20M
|
||||
|
||||
- name: Format FS
|
||||
community.general.filesystem:
|
||||
filesystem:
|
||||
fstype: ext3
|
||||
dev: /tmp/myfs.img
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue