ansible-role-visual-studio-code-extensions
ansible-role-visual-studio-code-extensions copied to clipboard
reinstalling same extension stop ansible ansible
by the first installation of extension, everything is fine, but if I rerun the playbook it failed to reinstall the extension. is there any way to prevent this failure, by using conditioning or a similar solution or workaround? in the python code you used code --install-extension --force as in [executable, --install-extension, --force] but even though I get the error when rerunning my playbook.
failed: [devel_lin] (item=developer: dbaeumer.vscode-eslint) => {"ansible_loop_var": "item", "changed": false, "item": [{"username": "developer"}, "dbaeumer.vscode-eslint"], "msg": "Error while upgrading extension [dbaeumer.vscode-eslint]: (0) Installing extensions...\nExtension 'dbaeumer.vscode-eslint' is already installed.\nbash: cannot set terminal process group (-1): Inappropriate ioctl for device\nbash: no job control in this shell\n"} thank you in advance :)
Running into the same issue. Target system is Pop OS 20.04 (Ubuntu). Let me know if I can help gather any info.
Can you still reproduce it on the current version with #138 on top?
If yes, post your playbook and output with -vvv.