mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 15:15:26 +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']
|
||||
- ''' 0 0'' in optional_fields_content.stdout'
|
||||
- 1 == optional_fields_content.stdout_lines | length
|
||||
when: ansible_system in ('Linux')
|
||||
- name: Create empty file
|
||||
command: dd if=/dev/zero of=/tmp/myfs.img bs=1048576 count=20
|
||||
- name: Format FS
|
||||
|
|
|
|||
Loading…
Reference in a new issue