[ansible-project] 'win_partition' is unable to resize the hdd

2020-07-14 Thread Udayendu kar
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]

Re: [ansible-project] 'win_partition' is unable to resize the hdd

2020-07-15 Thread Udayendu kar
nexpected token '\u', expected 'begin', 'process', 'end', > or\n\u001b[96m | \u001b[91m'dynamicparam'.\n\u001b[0m\n", > "module_stdout": "", "msg": "MODULE > > Answer is unexpected tokens > &g

Re: [ansible-project] python unable to install open_excel module for ansible

2020-07-15 Thread Udayendu kar
You can use: $ sudo pip3 install openpyxl -y I am using this and its working perfectly. On Wednesday, July 15, 2020 at 3:26:50 PM UTC+5:30 dick@geant.org wrote: > Your best bet is to ask the author of that code: > https://pypi.org/user/mohamedosam/ > > On Wed, 15 Jul 2020 at 04:46, stack