mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-12 07:35:31 +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
|
- 1 == optional_fields_content.stdout_lines | length
|
||||||
|
|
||||||
- name: Create empty file
|
- name: Create empty file
|
||||||
community.general.filesize:
|
filesize:
|
||||||
path: /tmp/myfs.img
|
path: /tmp/myfs.img
|
||||||
size: 20M
|
size: 20M
|
||||||
|
|
||||||
- name: Format FS
|
- name: Format FS
|
||||||
community.general.filesystem:
|
filesystem:
|
||||||
fstype: ext3
|
fstype: ext3
|
||||||
dev: /tmp/myfs.img
|
dev: /tmp/myfs.img
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue