From 89db59788108fc68325a57e5374f7fdfa0ed269c Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 4 Nov 2020 09:11:07 +0200 Subject: feat! make all sane_debian_system variables be prefixed properly This is a breaking change. --- roles/sane_debian_system/subplot.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'roles/sane_debian_system/subplot.md') 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 ~~~ -- cgit v1.2.1