summaryrefslogtreecommitdiff
path: root/roles/sane_debian_system/subplot.md
diff options
context:
space:
mode:
Diffstat (limited to 'roles/sane_debian_system/subplot.md')
-rw-r--r--roles/sane_debian_system/subplot.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/roles/sane_debian_system/subplot.md b/roles/sane_debian_system/subplot.md
index af2a53f..087ae44 100644
--- a/roles/sane_debian_system/subplot.md
+++ b/roles/sane_debian_system/subplot.md
@@ -20,10 +20,10 @@ and the host has saneone in /etc/hosts for 127.0.1.1
~~~
~~~{#sane1.yml .file .yaml}
-sane_debian_system_version: 0
+sane_debian_system_version: 1
-debian_codename: buster
-hostname: saneone
+sane_debian_system_codename: buster
+sane_debian_system_hostname: saneone
~~~
## Checks that debian codename is set
@@ -34,9 +34,9 @@ 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"
+and stdout contains "sane_debian_system_codename"
~~~
~~~{#sane2.yml .file .yaml}
-sane_debian_system_version: 0
+sane_debian_system_version: 1
~~~