mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 23:25:28 +01:00
Update main.yml
This commit is contained in:
parent
b740bdaf3a
commit
957a7420ca
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue