You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
…
|
||
|---|---|---|
| .. | ||
| README.md | ||
| molecule.plugin.zsh | ||
README.md
Molecule plugin
This plugin adds completion for Molecule, the project designed to aid in the development and testing of Ansible roles..
To use it, add molecule to the plugins array in your zshrc file:
plugins=(... molecule)