summaryrefslogtreecommitdiff
path: root/ssh-config.yaml
blob: 376fe44479db9fbd916405f38344d85f61feee5d (plain)
1
2
3
4
5
- when: I run ssh (?P<host>\S+) (?P<cmd>.+)
  function: run_ssh

- then: the output matches /(?P<regex>.+)/
  function: stdout_matches