1
0
Fork 0
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:
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