From cbc8ec3f44ccc3fa5d96c1d1bc52c8a58a42f601 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 28 Dec 2017 17:13:22 -0500 Subject: [PATCH] Clarify output of roles/network/tasks/hostapd.yml --- roles/network/tasks/hostapd.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/network/tasks/hostapd.yml b/roles/network/tasks/hostapd.yml index 9a815591a..895ebfce5 100644 --- a/roles/network/tasks/hostapd.yml +++ b/roles/network/tasks/hostapd.yml @@ -1,4 +1,4 @@ -- name: Create a config file for hostapd +- name: Create /etc/hostapd/hostapd.conf from template template: src=hostapd/hostapd.conf.j2 dest=/etc/hostapd/hostapd.conf owner=root @@ -6,7 +6,7 @@ mode=0644 when: iiab_wireless_lan_iface is defined -- name: Create a config template for hostapd +- name: Create /etc/hostapd/hostapd.conf.iiab from template template: src=hostapd/iiab-hostapd.conf.j2 dest=/etc/hostapd/hostapd.conf.iiab owner=root @@ -27,14 +27,14 @@ mode=0644 when: hostapd_enabled -- name: Use custom iiab-hotspot-on +- name: Create /usr/bin/iiab-hotspot-on from template template: src=network/iiab-hotspot-on dest=/usr/bin/iiab-hotspot-on owner=root group=root mode=0755 -- name: Use custom iiab-hotspot-off +- name: Create /usr/bin/iiab-hotspot-off from template template: src=network/iiab-hotspot-off dest=/usr/bin/iiab-hotspot-off owner=root