mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
1-prep/tasks/main.yml: Install dnsmasq but configure LATER?
This commit is contained in:
parent
29f2f9c423
commit
f5d6d2c32c
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
name: iiab-admin
|
||||
#when: iiab_admin_install # Flag might be created in future?
|
||||
|
||||
- name: dnsmasq (install now, configure LATER in 'network', after Stage 9)
|
||||
- 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…
Reference in a new issue