mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Update module to use Ansible.Basic (#51365)
This commit is contained in:
committed by
Jordan Borean
parent
eebece91b1
commit
19441df7e9
@@ -165,7 +165,7 @@
|
||||
win_partition:
|
||||
disk_number: 1
|
||||
partition_size: -1
|
||||
mbr_type: IFS
|
||||
mbr_type: ifs
|
||||
offline: True
|
||||
register: recreate_partition_check
|
||||
check_mode: True
|
||||
@@ -174,7 +174,7 @@
|
||||
win_partition:
|
||||
disk_number: 1
|
||||
partition_size: -1
|
||||
mbr_type: IFS
|
||||
mbr_type: ifs
|
||||
offline: True
|
||||
register: recreate_partition
|
||||
|
||||
@@ -182,7 +182,7 @@
|
||||
win_partition:
|
||||
disk_number: 1
|
||||
partition_size: -1
|
||||
mbr_type: IFS
|
||||
mbr_type: ifs
|
||||
offline: True
|
||||
register: recreate_partition_idempotence_failure
|
||||
ignore_errors: True
|
||||
|
||||
Reference in New Issue
Block a user