From 854d7a028dcea1e0cdad22a052947894025adce3 Mon Sep 17 00:00:00 2001 From: A Holt Date: Fri, 8 Dec 2017 01:52:23 -0500 Subject: [PATCH] Update rpi.yml --- roles/nodogsplash/tasks/rpi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/nodogsplash/tasks/rpi.yml b/roles/nodogsplash/tasks/rpi.yml index 537c6bf30..b43838118 100644 --- a/roles/nodogsplash/tasks/rpi.yml +++ b/roles/nodogsplash/tasks/rpi.yml @@ -3,7 +3,7 @@ name: libmicrohttpd12 state: present -- name: Get the nodogsplash software +- name: Download nodogsplash software get_url: url: "{{ iiab_download_url }}/{{ nodogsplash_arm_deb }}" dest: "{{ downloads_dir }}/{{ nodogsplash_arm_deb }}"