Disk resize code:

```
- name: Extend the C drive to the max space 
   win_partition: 
       partition_size: -1 
       partition_number: 0 
       disk_number: 0  
```

Error message:

```
TASK [Extend the C drive to the max space] 
*******************************************************************************************************************************************************************************************************************************************
 
task path: /root/Windows/win-deploy.yaml:70 <127.0.0.1> ESTABLISH LOCAL 
CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 
0' <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo 
/root/.ansible/tmp `"&& mkdir 
/root/.ansible/tmp/ansible-tmp-1594746664.821915-2548-136259556554737 && 
echo ansible-tmp-1594746664.821915-2548-136259556554737="` echo 
/root/.ansible/tmp/ansible-tmp-1594746664.821915-2548-136259556554737 `" ) 
&& sleep 0' Using module file 
/usr/local/lib/python3.8/dist-packages/ansible/modules/windows/win_partition.ps1
 
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-2331o41jvcot/tmp54wxtp0v 
TO 
/root/.ansible/tmp/ansible-tmp-1594746664.821915-2548-136259556554737/AnsiballZ_win_partition.ps1
 
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x 
/root/.ansible/tmp/ansible-tmp-1594746664.821915-2548-136259556554737/ 
/root/.ansible/tmp/ansible-tmp-1594746664.821915-2548-136259556554737/AnsiballZ_win_partition.ps1
 
&& sleep 0' <127.0.0.1> EXEC /bin/sh -c 'powershell 
/root/.ansible/tmp/ansible-tmp-1594746664.821915-2548-136259556554737/AnsiballZ_win_partition.ps1
 
&& sleep 0' <127.0.0.1> EXEC /bin/sh -c 'rm -f -r 
/root/.ansible/tmp/ansible-tmp-1594746664.821915-2548-136259556554737/ > 
/dev/null 2>&1 && sleep 0' fatal: [localhost]: FAILED! => { "changed": 
false, "module_stderr": "\u001b[91mParserError: 
\u001b[0m/root/.ansible/tmp/ansible-tmp-1594746664.821915-2548-136259556554737/AnsiballZ_win_partition.ps1:151\n\u001b[96mLine
 
|\n\u001b[96m 151 | \u001b[0m 
\u001b[96m\u0000\u001b[0m\u0000\u0000\u0000{\"module_entry\": 
\"IyFwb3dlcnNoZWxsCgojIENvcHlyaWdodDogKGMpIDIwMTg …\n\u001b[96m | 
\u001b[91m ~\n\u001b[91m\u001b[96m | \u001b[91munexpected token '\u0000', 
expected 'begin', 'process', 'end', or\n\u001b[96m | 
\u001b[91m'dynamicparam'.\n\u001b[0m\n", "module_stdout": "", "msg": 
"MODULE FAILURE\nSee stdout/stderr for the exact error", "rc": 1 } 
``` 

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/4304d693-9447-4a4b-9018-61fd2438dc82n%40googlegroups.com.

Reply via email to