mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Update captive_portal.yml
This commit is contained in:
parent
a6b0bceef8
commit
9cbf08cf8f
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
path: /opt/iiab/captive-portal
|
||||
state: directory
|
||||
|
||||
- name: Copy scripts: checkurls, capture-wsgi.py
|
||||
- name: 'Copy scripts: checkurls, capture-wsgi.py'
|
||||
template:
|
||||
src: "{{ item.src }}"
|
||||
dest: /opt/iiab/captive-portal/
|
||||
|
@ -20,7 +20,7 @@
|
|||
- { src: roles/network/templates/captive-portal/checkurls, mode: '0644' }
|
||||
- { src: roles/network/templates/captive-portal/capture-wsgi.py, mode: '0755' }
|
||||
|
||||
- name: Copy templates: simple.template, mac.template
|
||||
- name: 'Copy templates: simple.template, mac.template'
|
||||
copy:
|
||||
src: "{{ item }}"
|
||||
dest: /opt/iiab/captive-portal/
|
||||
|
|
Loading…
Reference in a new issue