Only cover role init now

This commit is contained in:
Luke Murphy 2021-01-06 22:22:15 +01:00
parent 5e74393578
commit 7eb47daace
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 2 deletions

View File

@ -45,10 +45,9 @@ Find out more about how to get one of those [over here](https://docs.hetzner.clo
$ export HCLOUD_TOKEN=mycoolapitoken
```
Then install the required Python package.
Then create a role using the driver plugin.
```bash
$ pip install molecule-hetznercloud
$ molecule init role myrolename -d hetznercloud
```