mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-07-04 17:48:52 +00:00
Update module to use Ansible.Basic (#51365)
This commit is contained in:
parent
eebece91b1
commit
19441df7e9
3 changed files with 84 additions and 70 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue