diff --git a/roles/0-init/tasks/main.yml b/roles/0-init/tasks/main.yml index 662db99d0..a532bc8ac 100644 --- a/roles/0-init/tasks/main.yml +++ b/roles/0-init/tasks/main.yml @@ -56,8 +56,8 @@ - name: "Time Zone / TZ: Set symlink /etc/localtime to UTC if it doesn't exist?" include_tasks: tz.yml -- name: Test Gateway + Test Internet + Set new hostname/domain if nec + Set 'gui_port' to 80 or 443 for Admin Console - include_tasks: network.yml # Can run hostname.yml +- name: Test Gateway + Test Internet + Set new hostname/domain (hostname.yml) if nec + Set 'gui_port' to 80 or 443 for Admin Console + include_tasks: network.yml - name: Add 'runtime' variable values to {{ iiab_ini_file }}