mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-08-01 20:34:45 +00:00
Update main.yml
This commit is contained in:
@@ -226,6 +226,7 @@
|
|||||||
- optional_fields_update['changed']
|
- optional_fields_update['changed']
|
||||||
- ''' 0 0'' in optional_fields_content.stdout'
|
- ''' 0 0'' in optional_fields_content.stdout'
|
||||||
- 1 == optional_fields_content.stdout_lines | length
|
- 1 == optional_fields_content.stdout_lines | length
|
||||||
|
when: ansible_system in ('Linux')
|
||||||
- name: Create empty file
|
- name: Create empty file
|
||||||
command: dd if=/dev/zero of=/tmp/myfs.img bs=1048576 count=20
|
command: dd if=/dev/zero of=/tmp/myfs.img bs=1048576 count=20
|
||||||
- name: Format FS
|
- name: Format FS
|
||||||
|
|||||||
Reference in New Issue
Block a user