Skip to content

Commit

Permalink
Update intro.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
616b2f committed Jan 7, 2021
1 parent ac55c46 commit 568c169
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/intro.rst
Expand Up @@ -102,8 +102,8 @@ In order for **Runner** to respond with the correct password, it needs to be abl
by providing a yaml or json formatted file with a regular expression and a value to emit, for example::

---
"^SSH [pP]assword: $": "some_password"
"^BECOME [pP]assword.*: $": "become_password"
"^SSH password:\\s*?$": "some_password"
"^BECOME password.*:\\s*?$": "become_password"

``env/cmdline``
---------------
Expand Down

0 comments on commit 568c169

Please sign in to comment.