summaryrefslogtreecommitdiff
path: root/subplot/subplot.yaml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-11-01 10:05:10 +0200
committerLars Wirzenius <liw@liw.fi>2020-11-01 10:05:10 +0200
commit10b9715cb64f09dbf903b686002824e2107d3fd5 (patch)
treef3ebb1e4dacb00ab10a2a8bb62909dd74818b10f /subplot/subplot.yaml
parent32ab130707616ed01aed81e8b10dc63f445d2278 (diff)
downloaddebian-ansible-10b9715cb64f09dbf903b686002824e2107d3fd5.tar.gz
sane_debian_system: check that debian_codename is set
Diffstat (limited to 'subplot/subplot.yaml')
-rw-r--r--subplot/subplot.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/subplot/subplot.yaml b/subplot/subplot.yaml
index 01c85f5..5993feb 100644
--- a/subplot/subplot.yaml
+++ b/subplot/subplot.yaml
@@ -13,3 +13,12 @@
- when: I run the playbook
function: run_playbook
+
+- when: I try to run the playbook
+ function: try_playbook
+
+- then: the command fails
+ function: command_fails
+
+- then: stdout contains "{text:text}"
+ function: xstdout_contains