Skip to content
Prev Previous commit
Next Next commit
chore: auto fixes from pre-commit.com hooks
  • Loading branch information
pre-commit-ci[bot] authored and cidrblock committed Aug 19, 2025
commit d7a971b1a2a289a21d56d54c07fa56e4703ceadb
8 changes: 4 additions & 4 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,17 @@ molecule list

## molecule login

When using a pre ansible-native configuration, if configured, Molecule has per resource awareness and can
When using a pre ansible-native configuration, if configured, Molecule has per resource awareness and can
facilitate an interactive connection to a system.

When using an ansible-native configuration, the same connection methods used to connect to production systems
are available.
are available.

Options leveraging the resources defined in the ansible inventory include:

- [ansible adhoc commands](https://docs.ansible.com/ansible/latest/command_guide/intro_adhoc.html)
- [ansible adhoc commands](https://docs.ansible.com/ansible/latest/command_guide/intro_adhoc.html)

- [ansible-console](https://docs.ansible.com/ansible/latest/cli/ansible-console.html)
- [ansible-console](https://docs.ansible.com/ansible/latest/cli/ansible-console.html)

Resource native connection options include:

Expand Down