changed alias mcv to mcon, as it collides with existing binary from package scotch

This commit is contained in:
Pascal Kontschan 2026-02-24 17:30:05 +01:00
commit 5237a6ba78
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -15,6 +15,6 @@ plugins=(... molecule)
| :---- | :---------------- | ---------------------------------------------------------------------------------- |
| mol | molecule | Molecule aids in the development and testing of Ansible roles. |
| mcr | molecule create | Use the provisioner to start the instances. |
| mcv | molecule converge | Use the provisioner to configure instances (dependency, create, prepare converge). |
| mcon | molecule converge | Use the provisioner to configure instances (dependency, create, prepare converge). |
| mls | molecule list | List status of instances. |
| mvf | molecule verify | Run automated tests against instances. |