1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

iiab-summary: Remove bold font for pastebin. Restore /usr/bin/iiab-apps-to-be-installed

This commit is contained in:
root 2022-07-06 15:25:14 -04:00
parent 16c1bf8e12
commit 99d5debbf4
2 changed files with 8 additions and 2 deletions

View file

@ -23,6 +23,12 @@
name: iiab-admin
#when: iiab_admin_install # Flag might be created in future?
- name: Copy iiab-apps-to-be-installed from {{ iiab_dir }} to /usr/bin/
copy:
src: "{{ iiab_dir }}/scripts/iiab-apps-to-be-installed" # /opt/iiab/iiab/scripts
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?