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 ??

-- 
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/d38c01c1-ba10-435c-96e3-d9a3e4278a73%40googlegroups.com.

Reply via email to