I want to install vim plugins with ansible shell module
the task is quite simple as follow
- name: install vim vundle plugin
shell: “vim +PluginInstall +qall”
but the playbook will hang at this task like forever.
even with -vv or -vvv , there`s no more detail log , it just hangs !
any suggestions ??