nvim-ansible icon indicating copy to clipboard operation
nvim-ansible copied to clipboard

Small neovim plugin to make working with Ansible playbooks or roles more convenient

Results 2 nvim-ansible issues
Sort by recently updated
recently updated
newest added

I am developing ansible collections and this plugin is great for that with one small feature missing. ANSIBLE_COLLECTIONS_PATH is not set to current working directory (or project root) so collection...

Adding support for the following filetype patterns: playbook.y(a)ml playbook2.y(a)ml tasks/foo.y(a)ml The last one used for include_tasks when not using roles.