Skip to content

Commit 53ceb36

Browse files
fauustziegenberg
andauthored
Improve documentation for upgrade scenario (#3899)
If one upgrade from previous molecule versions, and since drivers are now provided by the molecule-plugins, molecule-podman|docker|vagrant packages needs to be removed. See: - #3883 - #3895 Co-authored-by: Daniel Ziegenberg <[email protected]>
1 parent 600f71a commit 53ceb36

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/installation.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,13 @@ installation command would look like this:
9595
$ python3 -m pip install --user "molecule-plugins[podman]"
9696
```
9797

98+
!!! warning
99+
100+
If you upgrade molecule from previous versions, make sure to remove
101+
previously installed drivers like for instance `molecule-podman` or
102+
`molecule-vagrant` since those are now available in the `molecule-plugins`
103+
package.
104+
98105
Installing molecule package also installed its main script `molecule`,
99106
usually in `PATH`. Users should know that molecule can also be called as
100107
a python module, using `python -m molecule ...`. This alternative method

0 commit comments

Comments
 (0)