summaryrefslogtreecommitdiff
path: root/subplot/subplot.yaml
blob: 01c85f5a7fca94f5e9fda804e601aa5ba140724d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
- given: a host running Debian
  function: create_vm
  cleanup: destroy_vm

- then: I can run /bin/true on the host
  function: run_true_on_host

- when: I use role {role}
  function: use_role_in_playbook

- when: I use variables from {filename}
  function: set_vars_file

- when: I run the playbook
  function: run_playbook