Skip to content

Commit 64335b9

Browse files
committed
Update molecule scenario paths in README
1 parent dad30db commit 64335b9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ To run `molecule`:
5858
* `pip install -r molecule/ext/molecule-src/requirements.txt`
5959
1. Install the Ansible dependencies:
6060
* `ansible-galaxy install -r requirements.yml`
61-
1. Run: `molecule -c molecule/ext/molecule-src/molecule.yml test`
61+
1. Run: `molecule -c molecule/ext/molecule-src/molecule.yml test --all`
6262

63-
This will run the scenario in the `molecule/default` directory.
63+
This will run all scenarios in the `molecule/` directory.
6464

6565
To add and run a new scenario, simply:
6666

67-
1. Copy `molecule/default` into `molecule/<yourscenarioname>`.
67+
1. Copy `molecule/playbook-test` into `molecule/<yourscenarioname>`.
6868
1. Make your desired changes.
6969
1. Run: `molecule -c molecule/ext/molecule-src/molecule.yml test -s <yourscenarioname>`
7070

0 commit comments

Comments
 (0)