mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
/usr/bin/iiab-apps-to-be-installed: Quick scan to see what's not yet installed
This commit is contained in:
parent
933f2af620
commit
9dc838fdeb
3 changed files with 39 additions and 1 deletions
|
@ -23,6 +23,12 @@
|
|||
name: iiab-admin
|
||||
#when: iiab_admin_install # Flag might be created in future?
|
||||
|
||||
- name: Copy /opt/iiab/iiab/scripts/iiab-apps-to-be-installed to /usr/bin/
|
||||
copy:
|
||||
src: "{{ iiab_dir }}/scripts/iiab-apps-to-be-installed"
|
||||
dest: /usr/bin/
|
||||
mode: '0755'
|
||||
|
||||
- name: Install dnsmasq -- configure LATER in 'network', after Stage 9
|
||||
include_tasks: roles/network/tasks/dnsmasq.yml
|
||||
#when: dnsmasq_install # Flag might be used in future?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue