Update module to use Ansible.Basic (#51365)

This commit is contained in:
Varun Chopra
2019-01-30 03:00:59 +05:30
committed by Jordan Borean
parent eebece91b1
commit 19441df7e9
3 changed files with 84 additions and 70 deletions

View File

@@ -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