ansible-community / ansible-community/molecule-plugins

molecule reset should trigger vagrant prune

Open
#57 0 comments 1 reaction 0 assignees View on GitHub
vagrant
Dominant language
Python
Stars
164
Forks
113
Avg merge
4d 20h
Merged PRs (30d)
1

Description

`molecule reset` command resets molecule but if driver is installed, it should also trigger its own cleaning commands, like running at least:
```
vagrant global-status --prune
```

Implementing this feature may need changes to molecule in order to define driver entry point for reset command.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the molecule reset command and the driver entry-point behavior described in the issue. Check how driver-specific cleaning commands are currently invoked, then verify that reset triggers at least `vagrant global-status --prune` when the driver is installed. Done means the reset flow supports the driver cleanup without affecting drivers that do not provide it.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
tooling
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.