- given: a host running Debian impl: python: function: create_vm cleanup: destroy_vm - then: I can run /bin/true on the host impl: python: function: run_true_on_host - when: I use role {role} impl: python: function: use_role_in_playbook - when: I use variables from {filename} impl: python: function: set_vars_file types: filename: file - when: I run the playbook impl: python: function: run_playbook - when: I try to run the playbook impl: python: function: try_playbook - then: the command fails impl: python: function: command_fails - then: stdout contains "{text:text}" impl: python: function: xstdout_contains