File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,13 +58,13 @@ To run `molecule`:
5858 * ` pip install -r molecule/ext/molecule-src/requirements.txt `
59591 . 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
6565To 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> ` .
68681 . Make your desired changes.
69691 . Run: ` molecule -c molecule/ext/molecule-src/molecule.yml test -s <yourscenarioname> `
7070
You can’t perform that action at this time.
0 commit comments