Skip to content

Commit

Permalink
Update usage example command
Browse files Browse the repository at this point in the history
  • Loading branch information
audgirka committed Aug 23, 2023
1 parent b8e2b74 commit dcc8aa5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/docker.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Using docker containers

Below you can see a scenario that is using docker containers as test hosts.
When you run `molecule test --scenario docker` the `create`, `converge` and
When you run `molecule test --scenario-name docker` the `create`, `converge` and
`destroy` steps will be run one after another.

This example is using Ansible playbooks and it does not need any molecule
Expand Down
2 changes: 1 addition & 1 deletion docs/kubevirt.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Using Kubevirt

Below you can see a scenario that is using [Kubevirt VMs](https://kubevirt.io/user-guide/) as test hosts. For Ansible to connect with the SSH in the KubeVirt VMs, it will be made accessible through the Service NodePort.
When you run `molecule test --scenario kubevirt` the `create`, `converge` and
When you run `molecule test --scenario-name kubevirt` the `create`, `converge` and
`destroy` steps will be run one after another.

This example is using Ansible playbooks and it does not need any molecule
Expand Down
2 changes: 1 addition & 1 deletion docs/podman.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Using podman containers

Below you can see a scenario that is using podman containers as test hosts.
When you run `molecule test --scenario podman` the `create`, `converge` and
When you run `molecule test --scenario-name podman` the `create`, `converge` and
`destroy` steps will be run one after another.

This example is using Ansible playbooks and it does not need any molecule
Expand Down

0 comments on commit dcc8aa5

Please sign in to comment.