From 8f0f8d6ce54047b0742aebbf966c5cc49521f318 Mon Sep 17 00:00:00 2001 From: A Holt Date: Fri, 8 Dec 2017 00:43:03 -0500 Subject: [PATCH] Update rpi.yml --- roles/nodogsplash/tasks/rpi.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/roles/nodogsplash/tasks/rpi.yml b/roles/nodogsplash/tasks/rpi.yml index 6a320a901..537c6bf30 100644 --- a/roles/nodogsplash/tasks/rpi.yml +++ b/roles/nodogsplash/tasks/rpi.yml @@ -59,11 +59,11 @@ option: "{{ item.option }}" value: "{{ item.value }}" with_items: - - option: name - value: nodogsplash - - option: description - value: '"Nodogsplash is a lightweight Captive Portal."' - - option: source - value: "{{ nodogsplash_arm_deb }}" - - option: enabled - value: "{{ nodogsplash_enabled }}" + - option: name + value: nodogsplash + - option: description + value: '"Nodogsplash is a lightweight Captive Portal."' + - option: source + value: "{{ nodogsplash_arm_deb }}" + - option: enabled + value: "{{ nodogsplash_enabled }}"