summaryrefslogtreecommitdiff
path: root/roles
diff options
context:
space:
mode:
Diffstat (limited to 'roles')
-rw-r--r--roles/sane_debian_system/subplot.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/roles/sane_debian_system/subplot.md b/roles/sane_debian_system/subplot.md
index b9c47e9..af2a53f 100644
--- a/roles/sane_debian_system/subplot.md
+++ b/roles/sane_debian_system/subplot.md
@@ -25,3 +25,18 @@ sane_debian_system_version: 0
debian_codename: buster
hostname: saneone
~~~
+
+## Checks that debian codename is set
+
+~~~scenario
+given a host running Debian
+when I use role sane_debian_system
+and I use variables from sane2.yml
+and I try to run the playbook
+then the command fails
+and stdout contains "debian_codename"
+~~~
+
+~~~{#sane2.yml .file .yaml}
+sane_debian_system_version: 0
+~~~