Skip to content

Commit

Permalink
Improve documentation for upgrade scenario
Browse files Browse the repository at this point in the history
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:
- ansible#3883
- ansible#3895
  • Loading branch information
fauust committed Apr 26, 2023
1 parent 7cfcf4c commit 9864b2a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,13 @@ installation command would look like this:
$ python3 -m pip install --user "molecule-plugins[podman]"
```

!!! warning

If you upgrade molecule from previous versions, make sure to remove
previously installed drivers like for instance `molecule-podman` or
`molecule-vagrant` since those are now available in the `molecule-plugins`
package.

Installing molecule package also installed its main script `molecule`,
usually in `PATH`. Users should know that molecule can also be called as
a python module, using `python -m molecule ...`. This alternative method
Expand Down

0 comments on commit 9864b2a

Please sign in to comment.